Searched refs:PopAll (Results 1 – 3 of 3) sorted by relevance
304 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
31 std::queue<std::unique_ptr<T>> PopAll();
523 std::vector<DeserializationUnit> PopAll() { in PopAll() function in v8::internal::wasm::DeserializationQueue622 auto to_publish = publish_queue_.PopAll(); in TryPublishing()