Home
last modified time | relevance | path

Searched refs:CompareExchangeError (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/crossbeam-epoch/src/
Datomic.rs31 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> { argument
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()
Dlib.rs171 Pointable, Atomic, CompareExchangeError,