Searched refs:THREAD_T (Results 1 – 3 of 3) sorted by relevance
64 # define THREAD_T DWORD macro67 # define THREAD_T pth_t macro70 # define THREAD_T pthread_t macro73 # define THREAD_T st_thread_t macro98 TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id);116 typedef void (*tsrm_thread_begin_func_t)(THREAD_T thread_id);117 typedef void (*tsrm_thread_end_func_t)(THREAD_T thread_id);125 TSRM_API THREAD_T tsrm_thread_id(void);
32 THREAD_T thread_id;290 static void allocate_new_resource(tsrm_tls_entry **thread_resources_ptr, THREAD_T thread_id) in allocate_new_resource()331 TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id) in ts_resource_ex()333 THREAD_T thread_id; in ts_resource_ex()437 THREAD_T thread_id; in tsrm_new_interpreter_context()457 THREAD_T thread_id = tsrm_thread_id(); in ts_free_thread()499 THREAD_T thread_id = tsrm_thread_id(); in ts_free_worker_threads()581 TSRM_API THREAD_T tsrm_thread_id(void) in tsrm_thread_id()
715 static void zend_new_thread_end_handler(THREAD_T thread_id) /* {{{ */ in zend_new_thread_end_handler()
Completed in 17 milliseconds