Searched refs:thread_to_thread_locals (Results 1 – 1 of 1) sorted by relevance
9865 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local9868 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()9869 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()9870 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()9896 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local9899 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()9900 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()9924 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local9927 thread_to_thread_locals->find(thread_id); in OnThreadExit()9928 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()[all …]