Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.cc297 foreground_delayed_tasks_.PopAll(); in Shutdown()
298 foreground_tasks_.PopAll(); in Shutdown()
474 std::queue<std::unique_ptr<Task>> tasks = foreground_tasks_.PopAll(); in FlushForegroundTasksInternal()
609 std::queue<std::unique_ptr<T>> TaskQueue<T>::PopAll() { in PopAll() function in node::TaskQueue
Dnode_platform.h31 std::queue<std::unique_ptr<T>> PopAll();