Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc458 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local
461 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() local
492 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() local
520 thread_to_thread_locals->find(thread_id); in OnThreadExit()
521 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()
[all …]
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-port.cc402 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local
405 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()
406 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()
407 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()
433 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local
436 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()
437 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()
461 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local
464 thread_to_thread_locals->find(thread_id); in OnThreadExit()
465 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()
[all …]
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc514 ThreadIdToThreadLocals *const thread_to_thread_locals = in GetValueOnCurrentThread() local
517 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()
518 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()
520 thread_to_thread_locals in GetValueOnCurrentThread()
547 ThreadIdToThreadLocals *const thread_to_thread_locals = in OnThreadLocalDestroyed() local
550 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()
551 it != thread_to_thread_locals->end(); ++it) { in OnThreadLocalDestroyed()
574 ThreadIdToThreadLocals *const thread_to_thread_locals = in OnThreadExit() local
577 thread_to_thread_locals->find(thread_id); in OnThreadExit()
578 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()
[all …]
/external/googletest/googletest/src/
Dgtest-port.cc550 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local
553 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()
554 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()
555 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()
581 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local
584 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()
585 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()
609 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local
612 thread_to_thread_locals->find(thread_id); in OnThreadExit()
613 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc541 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local
544 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() local
575 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() local
603 thread_to_thread_locals->find(thread_id); in OnThreadExit()
604 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()
[all …]
/external/mesa3d/src/gtest/src/
Dgtest-port.cc541 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local
544 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() local
575 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() local
603 thread_to_thread_locals->find(thread_id); in OnThreadExit()
604 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc8951 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local
8954 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()
8955 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()
8956 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()
8982 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local
8985 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()
8986 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()
9010 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local
9013 thread_to_thread_locals->find(thread_id); in OnThreadExit()
9014 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()
[all …]