Home
last modified time | relevance | path

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

/PHP-7.4/TSRM/
H A DTSRM.c450 if (thread_resources) { in ts_resource_ex()
456 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
469 if (!thread_resources) { in ts_resource_ex()
478 thread_resources = thread_resources->next; in ts_resource_ex()
494 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()
504 while (thread_resources) { in tsrm_free_interpreter_context()
518 free(thread_resources); in tsrm_free_interpreter_context()
519 thread_resources = next; in tsrm_free_interpreter_context()
574 while (thread_resources) { in ts_free_thread()
593 free(thread_resources); in ts_free_thread()
[all …]

Completed in 5 milliseconds