Searched refs:atomic_relaxed_op_unless (Results 1 – 1 of 1) sorted by relevance
217 fn atomic_relaxed_op_unless(target: &AtomicU64, op: impl Fn(u64) -> u64, pred: u64) -> bool { in atomic_relaxed_op_unless() function238 let updated = atomic_relaxed_op_unless(refcount, |x| x + 1, 0); in inc_ref()