Searched defs:compare_exchange (Results 1 – 8 of 8) sorted by relevance
48 pub(crate) fn compare_exchange( in compare_exchange() method
118 pub(crate) fn compare_exchange( in compare_exchange() method
463 pub fn compare_exchange<'g, P>( in compare_exchange() method
136 …bool compare_exchange(IntType *expected, IntType desired, MemoryOrder ord_success, MemoryOrder ord… in compare_exchange() function
258 pub fn compare_exchange(&self, current: T, new: T) -> Result<T, T> { in compare_exchange() method
708 fn compare_exchange( in compare_exchange() function
327 fn compare_exchange( in compare_exchange() method
1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange() function