Home
last modified time | relevance | path

Searched refs:new_task_source (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dpooled_single_thread_task_runner_manager.cc167 auto new_task_source = GetWorkLockRequired(worker); in SwapProcessedTask() local
168 if (!new_task_source) { in SwapProcessedTask()
173 auto run_status = new_task_source.WillRunTask(); in SwapProcessedTask()
175 return new_task_source; in SwapProcessedTask()
H A Dworker_thread.cc450 RegisteredTaskSource new_task_source = in RunWorker() local
459 task_source = std::move(new_task_source); in RunWorker()