Searched refs:watcher_thread (Results 1 – 1 of 1) sorted by relevance
558 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor() local565 GTEST_CHECK_(watcher_thread != NULL); in StartWatcherThreadFor()568 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()570 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()571 ::CloseHandle(watcher_thread); in StartWatcherThreadFor()