HTL_thread_self
Obtains the handle to the current thread.
Interface Definition
HTL_thread_t HTL_thread_self(void);
Description
HTL_thread_self() is used to obtain the handle to the current thread.
Parameters
N/A
Return Value
Handle to the current thread.
Example
HTL_thread_t self;
self = HTL_thread_self();
Parent topic: Thread Functions