Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc610 HANDLE watcher_thread = in StartWatcherThreadFor() local
616 GTEST_CHECK_(watcher_thread != nullptr) in StartWatcherThreadFor()
620 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()
622 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()
623 ::CloseHandle(watcher_thread); in StartWatcherThreadFor()