Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc642 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor() local
648 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()