Username and password available in thread local storage.
线程本地存储中提供的用户名和密码。
After using thread local storage, the handler sets the thread local username to null.
使用线程本地存储之后,处理程序将线程本地用户名设置为空。
After each use, the thread local storage values of username and password are reset to null.
每次使用后,用户名和密码的线程本地存储值都被重新设置为空。
Sets a value in the thread local storage (TLS) of the specified thread in the target process.
在目标进程中指定线程的线程本地存储区(TLS)中设置一个值。
Gets a value from the thread local storage (TLS) of the specified thread in the target process.
从目标进程中指定线程的线程本地存储区(TLS)中获取一个值。
Key things to note here are the thread local storage declarations and the instance variables used to hold the potential source of the username and password.
这里需要注意的关键内容是用于存放用户名和密码的可能来源的线程本地存储声明和实例变量。
Thread Local Storage (TLS) is the method by which each thread in a given multithreaded process can allocate locations in which to store thread-specific data.
线程本地存储(TLS)是一个方法,通过该方法,给定的多线程进程中的每个线程都可以分配存储线程特定数据的位置。
In addition to stack space, each thread requires some native memory for thread-local storage and internal data structures.
除了栈空间之外,每个线程都需要一些本机内存用于线程本地存储和内存数据结构。
Each address in this array gives the location of thread-local storage data.
此数组中的每个地址提供线程本地存储区数据的位置。
Each address in this array gives the location of thread-local storage data.
此数组中的每个地址提供线程本地存储区数据的位置。
应用推荐