Home
last modified time | relevance | path

Searched refs:hdr_atomic_store_pointer (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/histogram/src/
Dhdr_atomic.h23 static void hdr_atomic_store_pointer(void** pointer, void* value) in hdr_atomic_store_pointer() function
85 #define hdr_atomic_store_pointer(f,v) __atomic_store_n(f,v, __ATOMIC_SEQ_CST) macro
104 static inline void hdr_atomic_store_pointer(void** pointer, void* value) in hdr_atomic_store_pointer() function