Searched refs:thread_to_thread_locals (Results 1 – 1 of 1) sorted by relevance
541 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local544 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()545 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()546 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()572 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local575 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()576 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()600 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local603 thread_to_thread_locals->find(thread_id); in OnThreadExit()604 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()[all …]