Searched refs:timer_thread_ (Results 1 - 4 of 4) sorted by path

/external/chromium_org/chrome/common/
H A Dworker_thread_ticker.cc16 : timer_thread_("worker_thread_ticker"),
60 if (!timer_thread_.Start())
74 timer_thread_.Stop();
79 timer_thread_.message_loop()->PostDelayedTask(
H A Dworker_thread_ticker.h78 base::Thread timer_thread_; member in class:WorkerThreadTicker
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_posix.cc41 : timer_thread_(0),
187 if (timer_thread_) {
205 timer_thread_ = ThreadWrapper::CreateThread(Run, this, kRealtimePriority,
210 bool started = timer_thread_->Start(id);
269 if (timer_thread_) {
270 timer_thread_->SetNotAlive();
275 if (timer_thread_) {
276 if (!timer_thread_->Stop()) {
280 delete timer_thread_;
281 timer_thread_
[all...]
H A Devent_posix.h53 ThreadWrapper* timer_thread_; member in class:webrtc::EventPosix

Completed in 210 milliseconds