Lines Matching refs:THREAD_T
64 # define THREAD_T DWORD macro
67 # define THREAD_T pth_t macro
70 # define THREAD_T pthread_t macro
73 # define THREAD_T SYS_THREAD macro
76 # define THREAD_T PIThread * macro
79 # define THREAD_T st_thread_t macro
82 # define THREAD_T thread_id macro
111 TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id);
129 typedef void (*tsrm_thread_begin_func_t)(THREAD_T thread_id);
130 typedef void (*tsrm_thread_end_func_t)(THREAD_T thread_id);
137 TSRM_API THREAD_T tsrm_thread_id(void);