Home
last modified time | relevance | path

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

/third_party/node/deps/histogram/src/
Dhdr_atomic.h77 static bool __inline hdr_atomic_compare_exchange_64(volatile int64_t* field, int64_t* expected, int… in hdr_atomic_compare_exchange_64() function
90 #define hdr_atomic_compare_exchange_64(field, expected, desired) __atomic_compare_exchange_n(field,… macro
133 static inline bool hdr_atomic_compare_exchange_64(volatile int64_t* field, int64_t* expected, int64… in hdr_atomic_compare_exchange_64() function