Home
last modified time | relevance | path

Searched refs:hdr_atomic_compare_exchange_64 (Results 1 – 2 of 2) 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
Dhdr_histogram.c103 while (!hdr_atomic_compare_exchange_64(&h->min_value, &current_min_value, value)); in update_min_max_atomic()
114 while (!hdr_atomic_compare_exchange_64(&h->max_value, &current_max_value, value)); in update_min_max_atomic()