Searched refs:thread_local_values (Results 1 – 1 of 1) sorted by relevance
514 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread() local516 thread_local_values.find(thread_local_instance); in GetValueOnCurrentThread()517 if (value_pos == thread_local_values.end()) { in GetValueOnCurrentThread()519 thread_local_values in GetValueOnCurrentThread()541 ThreadLocalValues& thread_local_values = it->second; in OnThreadLocalDestroyed() local543 thread_local_values.find(thread_local_instance); in OnThreadLocalDestroyed()544 if (value_pos != thread_local_values.end()) { in OnThreadLocalDestroyed()546 thread_local_values.erase(value_pos); in OnThreadLocalDestroyed()568 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit() local570 thread_local_values.begin(); in OnThreadExit()[all …]