Searched refs:CompareExchangeError (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/crossbeam-epoch/src/ |
D | atomic.rs | 31 pub type CompareAndSetError<'g, T, P> = CompareExchangeError<'g, T, P>; 34 pub struct CompareExchangeError<'g, T: ?Sized + Pointable, P: Pointer<T>> { struct 42 impl<T, P: Pointer<T> + fmt::Debug> fmt::Debug for CompareExchangeError<'_, T, P> { implementation 470 ) -> Result<Shared<'g, T>, CompareExchangeError<'g, T, P>> in compare_exchange() 479 CompareExchangeError { in compare_exchange() 545 ) -> Result<Shared<'g, T>, CompareExchangeError<'g, T, P>> in compare_exchange_weak() 554 CompareExchangeError { in compare_exchange_weak()
|
D | lib.rs | 171 Pointable, Atomic, CompareExchangeError,
|