Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_query_system/src/query/
Djob.rs212 pub(super) struct QueryLatch<D: DepKind> { struct
213 info: Lrc<Mutex<QueryLatchInfo<D>>>, argument
217 impl<D: DepKind> QueryLatch<D> { implementation