我要评分
获取效率
正确性
完整性
易理解

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();