Searched defs:compare_exchange (Results  1 – 11 of 11) sorted by relevance
| /external/libcxxabi/src/include/ | 
| D | atomic_support.h | 201 …bool compare_exchange(IntType *expected, IntType desired, MemoryOrder ord_success, MemoryOrder ord…  in compare_exchange()  function
 | 
| /external/rust/crates/crossbeam-epoch/src/ | 
| D | epoch.rs | 118     pub(crate) fn compare_exchange(  in compare_exchange()  method
 | 
| D | atomic.rs | 483     pub fn compare_exchange<'g, P>(  in compare_exchange()  method
 | 
| /external/rust/crates/tokio/src/loom/std/ | 
| D | atomic_u64_as_mutex.rs | 44     pub(crate) fn compare_exchange(  in compare_exchange()  method
 | 
| /external/rust/crates/atomic/src/ | 
| D | lib.rs | 177     pub fn compare_exchange(  in compare_exchange()  method
 | 
| /external/rust/crates/spin/src/ | 
| D | once.rs | 105         pub fn compare_exchange(  in compare_exchange()  method
 | 
| D | rwlock.rs | 787 fn compare_exchange(  in compare_exchange()  function
 | 
| /external/cronet/buildtools/third_party/libc++abi/trunk/src/ | 
| D | cxa_guard_impl.h | 144 …bool compare_exchange(IntType* expected, IntType desired, MemoryOrder ord_success, MemoryOrder ord…  in compare_exchange()  function
 | 
| /external/rust/crates/crossbeam-utils/src/atomic/ | 
| D | atomic_cell.rs | 270     pub fn compare_exchange(&self, current: T, new: T) -> Result<T, T> {  in compare_exchange()  method
 | 
| /external/rust/crates/log/src/ | 
| D | lib.rs | 375     fn compare_exchange(  in compare_exchange()  method
 | 
| /external/mesa3d/include/CL/ | 
| D | cl.hpp | 1083     inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand)  in compare_exchange()  function
 |