Thread Local Variable Class Help
- Updated2023-02-21
- 1 minute(s) read
Thread Local Variable Class Help
This class contains functions you can use to create, access, and destroy thread local variablesthread local variables. You can use a thread local variable to store information that is different for different threads in your program.
You can store any data type as thread local variable. You pass the size of the data to CmtNewThreadLocalVar. The library allocates space for the variable on a per–thread basis, as needed. Access the data from each thread through a void pointer
Library: Utility Library