|
PinCRT
|
Functions | |
| VOID | OS_DeregisterThread (NATIVE_TID ntid) |
| VOID | OS_DeregisterCurrentThread (void) |
| VOID OS_DeregisterCurrentThread | ( | void | ) |
Deregister the current thread from the threads database and release all the resources used to track this thread (including TLS).
| VOID OS_DeregisterThread | ( | NATIVE_TID | ntid | ) |
Deregister a thread from the threads database and release all the resources used to track this thread (including TLS).
| [in] | ntid | OS thread ID of the thread to deregister. |
1.8.17