Home
last modified time | relevance | path

Searched defs:WorkQueue (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_data_structures/src/
Dwork_queue.rs11 pub struct WorkQueue<T: Idx> { struct
16 impl<T: Idx> WorkQueue<T> { impl
/third_party/gn/src/gn/
Dcommand_path.cc44 using WorkQueue = std::list<PathVector>; typedef