Home
last modified time | relevance | path

Searched defs:compare_exchange (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/tokio/src/loom/std/
Datomic_u64.rs48 pub(crate) fn compare_exchange( in compare_exchange() method
/external/rust/crates/crossbeam-epoch/src/
Depoch.rs118 pub(crate) fn compare_exchange( in compare_exchange() method
Datomic.rs463 pub fn compare_exchange<'g, P>( in compare_exchange() method
/external/llvm-project/libcxxabi/src/
Dcxa_guard_impl.h136 …bool compare_exchange(IntType *expected, IntType desired, MemoryOrder ord_success, MemoryOrder ord… in compare_exchange() function
/external/rust/crates/crossbeam-utils/src/atomic/
Datomic_cell.rs258 pub fn compare_exchange(&self, current: T, new: T) -> Result<T, T> { in compare_exchange() method
/external/rust/crates/spin/src/
Drw_lock.rs708 fn compare_exchange( in compare_exchange() function
/external/rust/crates/log/src/
Dlib.rs327 fn compare_exchange( in compare_exchange() method
/external/mesa3d/include/CL/
Dcl.hpp1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange() function