/external/libchrome/base/task_scheduler/ |
D | scheduler_worker.cc | 29 void SchedulerWorker::Delegate::WaitForWork(WaitableEvent* wake_up_event) { in WaitForWork() function in base::internal::SchedulerWorker::Delegate 296 delegate_->WaitForWork(&wake_up_event_); in RunWorker() 324 delegate_->WaitForWork(&wake_up_event_); in RunWorker()
|
D | scheduler_worker.h | 99 virtual void WaitForWork(WaitableEvent* wake_up_event);
|
D | scheduler_single_thread_task_runner_manager.cc | 230 void WaitForWork(WaitableEvent* wake_up_event) override { in WaitForWork() function in base::internal::__anon989b9eb40111::SchedulerWorkerCOMDelegate
|
/external/cronet/base/message_loop/ |
D | message_pump_win.h | 160 NOINLINE NOT_TAIL_CALLED void WaitForWork( 284 NOINLINE NOT_TAIL_CALLED void WaitForWork(
|
D | message_pump_win.cc | 240 WaitForWork(next_work_info); in DoRunLoop() 244 void MessagePumpForUI::WaitForWork(Delegate::NextWorkInfo next_work_info) { in WaitForWork() function in base::MessagePumpForUI 735 WaitForWork(next_work_info); in DoRunLoop() 741 void MessagePumpForIO::WaitForWork(Delegate::NextWorkInfo next_work_info) { in WaitForWork() function in base::MessagePumpForIO
|
/external/cronet/base/task/thread_pool/ |
D | worker_thread.cc | 92 void WorkerThread::Delegate::WaitForWork(WaitableEvent* wake_up_event) { in WaitForWork() function in base::internal::WorkerThread::Delegate 435 delegate_->WaitForWork(&wake_up_event_); in RunWorker() 466 delegate_->WaitForWork(&wake_up_event_); in RunWorker()
|
D | worker_thread.h | 88 virtual void WaitForWork(WaitableEvent* wake_up_event);
|
D | worker_thread_unittest.cc | 894 void WaitForWork(WaitableEvent* wake_up_event) override { in WaitForWork() function in base::internal::WorkerThreadThreadCacheDelegate 908 WorkerThreadDefaultDelegate::WaitForWork(wake_up_event); in WaitForWork()
|
D | pooled_single_thread_task_runner_manager.cc | 352 void WaitForWork(WaitableEvent* wake_up_event) override { in WaitForWork() function in base::internal::__anonaecb13f00111::WorkerThreadCOMDelegate
|
/external/tensorflow/tensorflow/core/framework/ |
D | run_handler.h | 169 void WaitForWork(int max_sleep_micros); 267 void WaitForWork(bool is_blocking, int thread_id,
|
D | run_handler.cc | 240 void ThreadWorkSource::WaitForWork(int max_sleep_micros) { in WaitForWork() function in tensorflow::internal::ThreadWorkSource 653 WaitForWork(may_steal_blocking_work, thread_id, kMaxBlockingInflight); in WorkerLoop() 674 void RunHandlerThreadPool::WaitForWork(bool is_blocking, int thread_id, in WaitForWork() function in tensorflow::internal::RunHandlerThreadPool 719 tws->WaitForWork(kMaxSleepMicros); in WaitForWork()
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | NonBlockingThreadPool.h | 292 if (!WaitForWork(waiter, &t)) { in WorkerLoop() 320 if (!WaitForWork(waiter, &t)) { in WorkerLoop() 384 bool WaitForWork(EventCount::Waiter* waiter, Task* t) { in WaitForWork() function
|