Lines Matching refs:next
36 tsrm_tls_entry *next; member
201 next_p = p->next; in tsrm_shutdown()
270 p = p->next; in tsrm_update_active_threads()
388 (*thread_resources_ptr)->next = NULL; in allocate_new_resource()
457 last_thread_resources = &thread_resources->next; in ts_resource_ex()
458 if (thread_resources->next) { in ts_resource_ex()
459 thread_resources = thread_resources->next; in ts_resource_ex()
461 allocate_new_resource(&thread_resources->next, thread_id); in ts_resource_ex()
484 tsrm_tls_entry *next = thread_resources->next; in ts_resource_ex() local
494 thread_resources->next = next; in ts_resource_ex()
527 last->next = thread_resources->next; in ts_free_thread()
529 tsrm_tls_table[hash_value] = thread_resources->next; in ts_free_thread()
535 if (thread_resources->next) { in ts_free_thread()
538 thread_resources = thread_resources->next; in ts_free_thread()
568 p = p->next; in ts_free_id()