Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-port.cc603 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor() local
609 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()