Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest-port.cc558 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor() local
565 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()