我要评分文档获取效率文档正确性内容完整性文档易理解0/200提交在线提单论坛求助 HTL_thread_self 获取当前线程的句柄。 接口定义HTL_thread_t HTL_thread_self(void); 描述HTL_thread_self()用于获取当前线程的句柄,通过返回值返回线程的句柄。 参数不涉及。 返回值线程句柄。 示例 HTL_thread_t self; self = HTL_thread_self(); 父主题: 线程函数