Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Datomic_c11.h6 #define ATOMIC_INIT(...) ATOMIC_VAR_INIT(__VA_ARGS__) macro
Datomic_gcc_sync.h4 #define ATOMIC_INIT(...) {__VA_ARGS__} macro
Datomic_gcc_atomic.h6 #define ATOMIC_INIT(...) {__VA_ARGS__} macro
Datomic_msvc.h4 #define ATOMIC_INIT(...) {__VA_ARGS__} macro