Home
last modified time | relevance | path

Searched defs:WaitForWork (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_win.cc291 void MessagePumpForUI::WaitForWork(Delegate::NextWorkInfo next_work_info) { in WaitForWork() function in base::MessagePumpForUI
820 void MessagePumpForIO::WaitForWork(Delegate::NextWorkInfo next_work_info) { in WaitForWork() function in base::MessagePumpForIO
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drun_handler.cc240 void ThreadWorkSource::WaitForWork(int max_sleep_micros) { in WaitForWork() function in tensorflow::internal::ThreadWorkSource
674 void RunHandlerThreadPool::WaitForWork(bool is_blocking, int thread_id, in WaitForWork() function in tensorflow::internal::RunHandlerThreadPool
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscheduler_worker.cc29 void SchedulerWorker::Delegate::WaitForWork(WaitableEvent* wake_up_event) { in WaitForWork() function in base::internal::SchedulerWorker::Delegate
H A Dscheduler_single_thread_task_runner_manager.cc230 void WaitForWork(WaitableEvent* wake_up_event) override { in WaitForWork() function in base::internal::__anon225dc8050111::SchedulerWorkerCOMDelegate
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dworker_thread.cc52 void WorkerThread::Delegate::WaitForWork() { in WaitForWork() function in base::internal::WorkerThread::Delegate
H A Dpooled_single_thread_task_runner_manager.cc388 void WaitForWork() override { in WaitForWork() function in base::internal::__anon01f33cc10111::WorkerThreadCOMDelegate
H A Dworker_thread_waitable_event_unittest.cc1058 void WaitForWork() override { in WaitForWork() function in base::internal::WorkerThreadThreadCacheDelegate
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
H A DNonBlockingThreadPool.h384 bool WaitForWork(EventCount::Waiter* waiter, Task* t) { in WaitForWork() function