Searched refs:watcher_thread (Results 1 – 1 of 1) sorted by relevance
642 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor() local648 GTEST_CHECK_(watcher_thread != nullptr); in StartWatcherThreadFor()651 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()653 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()654 ::CloseHandle(watcher_thread); in StartWatcherThreadFor()