Searched defs:hdr_atomic_compare_exchange_64 (Results 1 – 1 of 1) sorted by relevance
77 static bool __inline hdr_atomic_compare_exchange_64(volatile int64_t* field, int64_t* expected, int… in hdr_atomic_compare_exchange_64() function90 #define hdr_atomic_compare_exchange_64(field, expected, desired) __atomic_compare_exchange_n(field,… macro133 static inline bool hdr_atomic_compare_exchange_64(volatile int64_t* field, int64_t* expected, int64… in hdr_atomic_compare_exchange_64() function