Searched refs:hdr_atomic_compare_exchange_64 (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/histogram/src/ |
D | hdr_atomic.h | 77 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
|
D | hdr_histogram.c | 103 while (!hdr_atomic_compare_exchange_64(&h->min_value, ¤t_min_value, value)); in update_min_max_atomic() 114 while (!hdr_atomic_compare_exchange_64(&h->max_value, ¤t_max_value, value)); in update_min_max_atomic()
|