Searched refs:thread_resources (Results 1 – 1 of 1) sorted by relevance
437 if (thread_resources) { in ts_resource_ex()443 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()456 if (!thread_resources) { in ts_resource_ex()465 thread_resources = thread_resources->next; in ts_resource_ex()496 free(thread_resources); in ts_resource_ex()511 TSRM_SAFE_RETURN_RSRC(thread_resources->storage, id, thread_resources->count); in ts_resource_ex()529 while (thread_resources) { in ts_free_thread()538 free(thread_resources); in ts_free_thread()541 if (thread_resources->next) { in ts_free_thread()542 last = thread_resources; in ts_free_thread()[all …]
Completed in 6 milliseconds