HomeSort by relevance Sort by last modified time
    Searched refs:timer_thread_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/
worker_thread_ticker.cc 16 : timer_thread_("worker_thread_ticker"),
60 if (!timer_thread_.Start())
74 timer_thread_.Stop();
79 timer_thread_.message_loop()->PostDelayedTask(
worker_thread_ticker.h 78 base::Thread timer_thread_; member in class:WorkerThreadTicker
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_posix.cc 41 : 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_ = 0
    [all...]
event_posix.h 53 ThreadWrapper* timer_thread_; member in class:webrtc::EventPosix

Completed in 583 milliseconds