Home
last modified time | relevance | path

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

/PHP-5.4/TSRM/
H A DTSRM.c54 static tsrm_thread_begin_func_t tsrm_new_thread_begin_handler; variable
157 tsrm_new_thread_begin_handler = tsrm_new_thread_end_handler = NULL; in tsrm_startup()
284 if (tsrm_new_thread_begin_handler) { in allocate_new_resource()
285 tsrm_new_thread_begin_handler(thread_id, &((*thread_resources_ptr)->storage)); in allocate_new_resource()
732 void *retval = (void *) tsrm_new_thread_begin_handler; in tsrm_set_new_thread_begin_handler()
734 tsrm_new_thread_begin_handler = new_thread_begin_handler; in tsrm_set_new_thread_begin_handler()

Completed in 4 milliseconds