Searched refs:thread_resources (Results 1 – 1 of 1) sorted by relevance
350 if (thread_resources) { in ts_resource_ex()356 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()369 if (!thread_resources) { in ts_resource_ex()378 thread_resources = thread_resources->next; in ts_resource_ex()394 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()416 free(thread_resources); in tsrm_free_interpreter_context()417 thread_resources = next; in tsrm_free_interpreter_context()487 free(thread_resources); in ts_free_thread()493 thread_resources = thread_resources->next; in ts_free_thread()528 free(thread_resources); in ts_free_worker_threads()[all …]
Completed in 9 milliseconds