Home
last modified time | relevance | path

Searched refs:thread_local_pos (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc460 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local
462 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() local
521 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()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-port.cc404 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local
406 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() local
465 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()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc516 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local
518 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() local
578 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()
/external/googletest/googletest/src/
Dgtest-port.cc552 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local
554 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() local
613 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()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc543 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local
545 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() local
604 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()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc543 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local
545 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() local
604 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()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc8953 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local
8955 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() local
9014 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()