Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/process_proxy/
Dprocess_proxy_registry.cc43 DCHECK(!other.proxy.get() && !other.watcher_thread.get()); in ProcessProxyInfo()
76 scoped_ptr<base::Thread> watcher_thread(new base::Thread(kWatcherThreadName)); in OpenProcess() local
77 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()
Dprocess_proxy_registry.h31 scoped_ptr<base::Thread> watcher_thread; member
/external/chromium_org/testing/gtest/src/
Dgtest-port.cc462 HANDLE watcher_thread = ::CreateThread( in StartWatcherThreadFor() local
469 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()