Home
last modified time | relevance | path

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

/PHP-7.0/TSRM/
H A DTSRM.c338 if (thread_resources) { in ts_resource_ex()
344 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
357 if (!thread_resources) { in ts_resource_ex()
366 thread_resources = thread_resources->next; in ts_resource_ex()
382 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
407 free(thread_resources); in tsrm_free_interpreter_context()
408 thread_resources = next; in tsrm_free_interpreter_context()
478 free(thread_resources); in ts_free_thread()
484 thread_resources = thread_resources->next; in ts_free_thread()
519 free(thread_resources); in ts_free_worker_threads()
[all …]

Completed in 8 milliseconds