Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc603 WatcherThreadParams* watcher_thread_params = new WatcherThreadParams; in StartWatcherThreadFor() local
604 watcher_thread_params->thread_id = thread_id; in StartWatcherThreadFor()
605 watcher_thread_params->handle = thread; in StartWatcherThreadFor()
614 reinterpret_cast<LPVOID>(watcher_thread_params), in StartWatcherThreadFor()
629 watcher_thread_params->has_initialized.WaitForNotification(); in StartWatcherThreadFor()
635 WatcherThreadParams* watcher_thread_params = in WatcherThreadFunc() local
637 watcher_thread_params->has_initialized.Notify(); in WatcherThreadFunc()
638 GTEST_CHECK_(::WaitForSingleObject(watcher_thread_params->handle, in WatcherThreadFunc()
640 OnThreadExit(watcher_thread_params->thread_id); in WatcherThreadFunc()
641 ::CloseHandle(watcher_thread_params->handle); in WatcherThreadFunc()
[all …]