Home
last modified time | relevance | path

Searched refs:THREAD_T (Results 1 – 4 of 4) sorted by relevance

/php-src/TSRM/
H A DTSRM.h64 # define THREAD_T DWORD macro
67 # define THREAD_T pthread_t macro
98 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);
H A DTSRM.c35 THREAD_T thread_id;
378 static void allocate_new_resource(tsrm_tls_entry **thread_resources_ptr, THREAD_T thread_id) in allocate_new_resource()
417 TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id) in ts_resource_ex()
419 THREAD_T thread_id; in ts_resource_ex()
513 THREAD_T thread_id = tsrm_thread_id(); in ts_free_thread()
606 TSRM_API THREAD_T tsrm_thread_id(void) in tsrm_thread_id()
/php-src/ext/random/
H A Drandom.c657 THREAD_T tid;
/php-src/Zend/
H A Dzend.c869 static void zend_new_thread_end_handler(THREAD_T thread_id) /* {{{ */ in zend_new_thread_end_handler()

Completed in 18 milliseconds