Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc550 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread() local
552 thread_local_values.find(thread_local_instance); in GetValueOnCurrentThread()
553 if (value_pos == thread_local_values.end()) { in GetValueOnCurrentThread()
555 thread_local_values in GetValueOnCurrentThread()
578 ThreadLocalValues& thread_local_values = it->second; in OnThreadLocalDestroyed() local
580 thread_local_values.find(thread_local_instance); in OnThreadLocalDestroyed()
581 if (value_pos != thread_local_values.end()) { in OnThreadLocalDestroyed()
583 thread_local_values.erase(value_pos); in OnThreadLocalDestroyed()
605 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit() local
607 thread_local_values.begin(); in OnThreadExit()
[all …]