Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.cc31 TaskQueue<Task>* pending_worker_tasks = worker_data->task_queue; in PlatformWorkerThread() local
42 while (std::unique_ptr<Task> task = pending_worker_tasks->BlockingPop()) { in PlatformWorkerThread()
44 pending_worker_tasks->NotifyOfCompletion(); in PlatformWorkerThread()