Searched refs:thread_resources (Results 1 – 1 of 1) sorted by relevance
345 if (thread_resources) { in ts_resource_ex()351 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()364 if (!thread_resources) { in ts_resource_ex()373 thread_resources = thread_resources->next; in ts_resource_ex()389 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()411 free(thread_resources); in tsrm_free_interpreter_context()412 thread_resources = next; in tsrm_free_interpreter_context()482 free(thread_resources); in ts_free_thread()488 thread_resources = thread_resources->next; in ts_free_thread()523 free(thread_resources); in ts_free_worker_threads()[all …]
Completed in 16 milliseconds