Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A 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 …]