Searched refs:watcher_thread (Results 1 – 1 of 1) sorted by relevance
603 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor() local609 GTEST_CHECK_(watcher_thread != nullptr) in StartWatcherThreadFor()613 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()615 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()616 ::CloseHandle(watcher_thread); in StartWatcherThreadFor()