Home
last modified time | relevance | path

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

/external/coreboot/src/include/smp/
Datomic.h11 #define ATOMIC_INIT(i) { (i) } macro
/external/coreboot/src/arch/x86/include/arch/smp/
Datomic.h13 #define ATOMIC_INIT(i) { (i) } macro
/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