Searched refs:last_thread_resources (Results 1 – 1 of 1) sorted by relevance
421 tsrm_tls_entry *thread_resources, **last_thread_resources; in ts_resource_ex() local455 last_thread_resources = &tsrm_tls_table[hash_value]; in ts_resource_ex()457 last_thread_resources = &thread_resources->next; in ts_resource_ex()492 allocate_new_resource(last_thread_resources, thread_id); in ts_resource_ex()493 thread_resources = *last_thread_resources; in ts_resource_ex()
Completed in 8 milliseconds