Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-port.cc626 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor() local
632 GTEST_CHECK_(watcher_thread != nullptr) in StartWatcherThreadFor()
636 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
638 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()
639 ::CloseHandle(watcher_thread); in StartWatcherThreadFor()