Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/debt/
Dlist.rs253 node.fast.get_debt(ptr, &self.fast) in new_fast()
262 let (gen, discard) = node.helping.get_debt(ptr, &self.helping); in new_helping()
Dfast.rs43 pub(super) fn get_debt(&self, ptr: usize, local: &Local) -> Option<&Debt> { in get_debt() method
Dhelping.rs191 pub(super) fn get_debt(&self, ptr: usize, local: &Local) -> (usize, bool) { in get_debt() method