Contains API for thread tracking.
Function Documentation
VOID OS_DeregisterCurrentThread |
( |
void |
| ) |
|
Deregister the current thread from the threads database and release all the resources used to track this thread (including TLS).
- Availability:
- O/S: Windows, Linux & macOS*
- CPU: All
Deregister a thread from the threads database and release all the resources used to track this thread (including TLS).
- Parameters:
-
[in] | ntid | OS thread ID of the thread to deregister. |
- Availability:
- O/S: Windows, Linux & macOS*
- CPU: All