Searched refs:GetWatcher (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
H A Dtimeout_retry.py24 def GetWatcher(self): member in class:TimeoutRetryThreadGroup
158 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dtimeout_retry.py22 def GetWatcher(self): member in class:TimeoutRetryThreadGroup
156 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
/external/libbrillo/brillo/http/
H A Dhttp_transport_curl.cc46 base::MessageLoopForIO::FileDescriptorWatcher* GetWatcher() { function in class:brillo::http::curl::Transport::SocketPollData
352 poll_data->GetWatcher()->StopWatchingFileDescriptor();
382 if (!poll_data->GetWatcher()->StopWatchingFileDescriptor())
385 s, true, watch_mode, poll_data->GetWatcher(), poll_data))

Completed in 213 milliseconds