Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/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 …]