Searched refs:watcher_thread (Results 1 – 1 of 1) sorted by relevance
626 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor() local632 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()