Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc505 ThreadIdToThreadLocals::iterator thread_local_pos = in GetValueOnCurrentThread() local
507 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()
508 thread_local_pos = in GetValueOnCurrentThread()
514 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread()
565 ThreadIdToThreadLocals::iterator thread_local_pos = in OnThreadExit() local
567 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()
568 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit()
574 thread_to_thread_locals->erase(thread_local_pos); in OnThreadExit()