Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.cc304 foreground_delayed_tasks_.PopAll(); in Shutdown()
305 foreground_tasks_.PopAll(); in Shutdown()
489 std::queue<std::unique_ptr<Task>> tasks = foreground_tasks_.PopAll(); in FlushForegroundTasksInternal()
634 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();
/third_party/node/deps/v8/src/wasm/
Dwasm-serialization.cc523 std::vector<DeserializationUnit> PopAll() { in PopAll() function in v8::internal::wasm::DeserializationQueue
622 auto to_publish = publish_queue_.PopAll(); in TryPublishing()