Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.h30 std::unique_ptr<T> BlockingPop();
Dnode_platform.cc42 while (std::unique_ptr<Task> task = pending_worker_tasks->BlockingPop()) { in PlatformWorkerThread()
572 std::unique_ptr<T> TaskQueue<T>::BlockingPop() { in BlockingPop() function in node::TaskQueue