Searched refs:wake_up_ (Results 1 – 5 of 5) sorted by relevance
143 wake_up_(NULL) { in MacCFSocketServer()148 wake_up_ = CFRunLoopSourceCreate(NULL, 0, &ctx); in MacCFSocketServer()149 ASSERT(NULL != wake_up_); in MacCFSocketServer()150 if (wake_up_) { in MacCFSocketServer()151 CFRunLoopAddSource(run_loop_, wake_up_, kCFRunLoopCommonModes); in MacCFSocketServer()156 if (wake_up_) { in ~MacCFSocketServer()157 CFRunLoopSourceInvalidate(wake_up_); in ~MacCFSocketServer()158 CFRelease(wake_up_); in ~MacCFSocketServer()205 if (wake_up_) { in WakeUp()206 CFRunLoopSourceSignal(wake_up_); in WakeUp()[all …]
77 CFRunLoopSourceRef wake_up_; variable102 EventRef wake_up_; variable
45 : wake_up_(EventWrapper::Create()), in ProcessThreadImpl()93 wake_up_->Set(); in Stop()119 wake_up_->Set(); in WakeUp()128 wake_up_->Set(); in PostTask()158 wake_up_->Set(); in RegisterModule()232 wake_up_->Wait(static_cast<unsigned long>(time_to_wait)); in Process()
72 const rtc::scoped_ptr<EventWrapper> wake_up_; variable
330 wake_up_(wake_up) {} in CounterThread()345 while (!*wake_up_) { in Run()364 bool* wake_up_; member in base::CounterThread