Searched refs:thread_local_pos (Results 1 – 7 of 7) sorted by relevance
460 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local462 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()463 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()467 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread()519 ThreadIdToThreadLocals::iterator thread_local_pos = in OnThreadExit() local521 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()522 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit()529 thread_to_thread_locals->erase(thread_local_pos); in OnThreadExit()
404 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local406 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()407 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()411 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread()463 ThreadIdToThreadLocals::iterator thread_local_pos = in OnThreadExit() local465 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()466 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit()473 thread_to_thread_locals->erase(thread_local_pos); in OnThreadExit()
516 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local518 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()519 thread_local_pos = in GetValueOnCurrentThread()525 ThreadLocalValues &thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread()576 ThreadIdToThreadLocals::iterator thread_local_pos = in OnThreadExit() local578 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()579 ThreadLocalValues &thread_local_values = thread_local_pos->second; in OnThreadExit()585 thread_to_thread_locals->erase(thread_local_pos); in OnThreadExit()
552 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local554 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()555 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()559 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread()611 ThreadIdToThreadLocals::iterator thread_local_pos = in OnThreadExit() local613 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()614 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit()621 thread_to_thread_locals->erase(thread_local_pos); in OnThreadExit()
543 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local545 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()546 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()550 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread()602 ThreadIdToThreadLocals::iterator thread_local_pos = in OnThreadExit() local604 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()605 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit()612 thread_to_thread_locals->erase(thread_local_pos); in OnThreadExit()
8953 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local8955 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()8956 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()8960 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread()9012 ThreadIdToThreadLocals::iterator thread_local_pos = in OnThreadExit() local9014 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()9015 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit()9022 thread_to_thread_locals->erase(thread_local_pos); in OnThreadExit()