Searched refs:thread_id_key (Results 1 – 2 of 2) sorted by relevance
37 static pthread_key_t thread_id_key; variable60 pthread_key_create(&thread_id_key, delete_thread_id); in init_thread_id_key()72 static_cast<unsigned int*>(pthread_getspecific(thread_id_key)); in gpr_cpu_current_cpu()75 pthread_setspecific(thread_id_key, thread_id); in gpr_cpu_current_cpu()
693 static base::Thread::LocalStorageKey thread_id_key() { in thread_id_key() function