Searched refs:thread_to_thread_locals (Results 1 – 1 of 1) sorted by relevance
458 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local461 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()462 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()463 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()489 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local492 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()493 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()517 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local520 thread_to_thread_locals->find(thread_id); in OnThreadExit()521 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()[all …]