Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc467 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread() local
469 thread_local_values.find(thread_local_instance); in GetValueOnCurrentThread()
470 if (value_pos == thread_local_values.end()) { in GetValueOnCurrentThread()
472 thread_local_values in GetValueOnCurrentThread()
495 ThreadLocalValues& thread_local_values = it->second; in OnThreadLocalDestroyed() local
497 thread_local_values.find(thread_local_instance); in OnThreadLocalDestroyed()
498 if (value_pos != thread_local_values.end()) { in OnThreadLocalDestroyed()
500 thread_local_values.erase(value_pos); in OnThreadLocalDestroyed()
522 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit() local
524 thread_local_values.begin(); in OnThreadExit()
[all …]