Home
last modified time | relevance | path

Searched refs:tsrm_thread_begin_func_t (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/TSRM/
H A DTSRM.h132 typedef void (*tsrm_thread_begin_func_t)(THREAD_T thread_id, void ***tsrm_ls); typedef
149 TSRM_API void *tsrm_set_new_thread_begin_handler(tsrm_thread_begin_func_t new_thread_begin_handler);
H A DTSRM.c54 static tsrm_thread_begin_func_t tsrm_new_thread_begin_handler;
730 TSRM_API void *tsrm_set_new_thread_begin_handler(tsrm_thread_begin_func_t new_thread_begin_handler) in tsrm_set_new_thread_begin_handler()

Completed in 20 milliseconds