Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-port.cc534 ThreadLocalValues& thread_local_values = thread_local_pos->second; in GetValueOnCurrentThread() local
536 thread_local_values.find(thread_local_instance); in GetValueOnCurrentThread()
537 if (value_pos == thread_local_values.end()) { in GetValueOnCurrentThread()
539 thread_local_values in GetValueOnCurrentThread()
562 ThreadLocalValues& thread_local_values = it->second; in OnThreadLocalDestroyed() local
564 thread_local_values.find(thread_local_instance); in OnThreadLocalDestroyed()
565 if (value_pos != thread_local_values.end()) { in OnThreadLocalDestroyed()
567 thread_local_values.erase(value_pos); in OnThreadLocalDestroyed()
589 ThreadLocalValues& thread_local_values = thread_local_pos->second; in OnThreadExit() local
591 thread_local_values.begin(); in OnThreadExit()
[all …]