Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A DTSRM.c331 if (thread_resources) { in ts_resource_ex()
337 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
350 if (!thread_resources) { in ts_resource_ex()
359 thread_resources = thread_resources->next; in ts_resource_ex()
375 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
400 free(thread_resources); in tsrm_free_interpreter_context()
401 thread_resources = next; in tsrm_free_interpreter_context()
471 free(thread_resources); in ts_free_thread()
477 thread_resources = thread_resources->next; in ts_free_thread()
512 free(thread_resources); in ts_free_worker_threads()
[all …]

Completed in 7 milliseconds