Searched refs:pending_worker_tasks (Results 1 – 1 of 1) sorted by relevance
31 TaskQueue<Task>* pending_worker_tasks = worker_data->task_queue; in PlatformWorkerThread() local42 while (std::unique_ptr<Task> task = pending_worker_tasks->BlockingPop()) { in PlatformWorkerThread()44 pending_worker_tasks->NotifyOfCompletion(); in PlatformWorkerThread()