Searched defs:QueryLatch (Results 1 – 1 of 1) sorted by relevance
212 pub(super) struct QueryLatch<D: DepKind> { struct213 info: Lrc<Mutex<QueryLatchInfo<D>>>, argument217 impl<D: DepKind> QueryLatch<D> { implementation