Searched refs:watcher_thread (Results 1 – 3 of 3) sorted by relevance
43 DCHECK(!other.proxy.get() && !other.watcher_thread.get()); in ProcessProxyInfo()76 scoped_ptr<base::Thread> watcher_thread(new base::Thread(kWatcherThreadName)); in OpenProcess() local77 if (!watcher_thread->Start()) { in OpenProcess()89 if (!proxy->StartWatchingOnThread(watcher_thread.get(), in OpenProcess()93 watcher_thread->Stop(); in OpenProcess()103 info.watcher_thread.reset(watcher_thread.release()); in OpenProcess()126 it->second.watcher_thread->Stop(); in CloseProcess()
31 scoped_ptr<base::Thread> watcher_thread; member
462 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor() local469 GTEST_CHECK_(watcher_thread != NULL); in StartWatcherThreadFor()472 ::SetThreadPriority(watcher_thread, in StartWatcherThreadFor()474 ::ResumeThread(watcher_thread); in StartWatcherThreadFor()475 ::CloseHandle(watcher_thread); in StartWatcherThreadFor()