Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc449 typedef std::pair<DWORD, HANDLE> ThreadIdAndHandle; typedef in testing::internal::ThreadLocalRegistryImpl
465 reinterpret_cast<LPVOID>(new ThreadIdAndHandle(thread_id, thread)), in StartWatcherThreadFor()
480 const ThreadIdAndHandle* tah = in WatcherThreadFunc()
481 reinterpret_cast<const ThreadIdAndHandle*>(param); in WatcherThreadFunc()