HomeSort by relevance Sort by last modified time
    Searched refs:ThreadLocalRegistryImpl (Results 1 - 5 of 5) sorted by null

  /external/googletest/googletest/src/
gtest-port.cc 394 class ThreadLocalRegistryImpl {
505 &ThreadLocalRegistryImpl::WatcherThreadFunc,
544 Mutex ThreadLocalRegistryImpl::mutex_(Mutex::kStaticMutex);
545 Mutex ThreadLocalRegistryImpl::thread_map_mutex_(Mutex::kStaticMutex);
549 return ThreadLocalRegistryImpl::GetValueOnCurrentThread(
555 ThreadLocalRegistryImpl::OnThreadLocalDestroyed(thread_local_instance);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 394 class ThreadLocalRegistryImpl {
505 &ThreadLocalRegistryImpl::WatcherThreadFunc,
544 Mutex ThreadLocalRegistryImpl::mutex_(Mutex::kStaticMutex);
545 Mutex ThreadLocalRegistryImpl::thread_map_mutex_(Mutex::kStaticMutex);
549 return ThreadLocalRegistryImpl::GetValueOnCurrentThread(
555 ThreadLocalRegistryImpl::OnThreadLocalDestroyed(thread_local_instance);
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 376 class ThreadLocalRegistryImpl {
487 &ThreadLocalRegistryImpl::WatcherThreadFunc,
526 Mutex ThreadLocalRegistryImpl::mutex_(Mutex::kStaticMutex);
527 Mutex ThreadLocalRegistryImpl::thread_map_mutex_(Mutex::kStaticMutex);
531 return ThreadLocalRegistryImpl::GetValueOnCurrentThread(
537 ThreadLocalRegistryImpl::OnThreadLocalDestroyed(thread_local_instance);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 353 class ThreadLocalRegistryImpl {
464 &ThreadLocalRegistryImpl::WatcherThreadFunc,
503 Mutex ThreadLocalRegistryImpl::mutex_(Mutex::kStaticMutex);
504 Mutex ThreadLocalRegistryImpl::thread_map_mutex_(Mutex::kStaticMutex);
508 return ThreadLocalRegistryImpl::GetValueOnCurrentThread(
514 ThreadLocalRegistryImpl::OnThreadLocalDestroyed(thread_local_instance);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 353 class ThreadLocalRegistryImpl {
464 &ThreadLocalRegistryImpl::WatcherThreadFunc,
503 Mutex ThreadLocalRegistryImpl::mutex_(Mutex::kStaticMutex);
504 Mutex ThreadLocalRegistryImpl::thread_map_mutex_(Mutex::kStaticMutex);
508 return ThreadLocalRegistryImpl::GetValueOnCurrentThread(
514 ThreadLocalRegistryImpl::OnThreadLocalDestroyed(thread_local_instance);
    [all...]

Completed in 231 milliseconds