Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc538 const ThreadLocalBase* thread_local_instance) { in GetValueOnCurrentThread() argument
552 thread_local_values.find(thread_local_instance); in GetValueOnCurrentThread()
557 thread_local_instance, in GetValueOnCurrentThread()
559 thread_local_instance->NewValueForCurrentThread()))) in GetValueOnCurrentThread()
566 const ThreadLocalBase* thread_local_instance) { in OnThreadLocalDestroyed() argument
580 thread_local_values.find(thread_local_instance); in OnThreadLocalDestroyed()
690 const ThreadLocalBase* thread_local_instance) { in GetValueOnCurrentThread() argument
692 thread_local_instance); in GetValueOnCurrentThread()
696 const ThreadLocalBase* thread_local_instance) { in OnThreadLocalDestroyed() argument
697 ThreadLocalRegistryImpl::OnThreadLocalDestroyed(thread_local_instance); in OnThreadLocalDestroyed()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1469 const ThreadLocalBase* thread_local_instance);
1473 const ThreadLocalBase* thread_local_instance);