Searched defs:ATOMIC_INIT (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Datomic_gcc_sync.h4 #define ATOMIC_INIT(...) {__VA_ARGS__} macro
H A Datomic_gcc_atomic.h6 #define ATOMIC_INIT(...) {__VA_ARGS__} macro
H A Datomic_c11.h6 #define ATOMIC_INIT(...) ATOMIC_VAR_INIT(__VA_ARGS__) macro
H A Datomic_msvc.h4 #define ATOMIC_INIT(...) {__VA_ARGS__} macro
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Datomic_gcc_sync.h4 #define ATOMIC_INIT(...) {__VA_ARGS__} macro
H A Datomic_gcc_atomic.h6 #define ATOMIC_INIT(...) {__VA_ARGS__} macro
H A Datomic_c11.h6 #define ATOMIC_INIT(...) ATOMIC_VAR_INIT(__VA_ARGS__) macro
H A Datomic_msvc.h4 #define ATOMIC_INIT(...) {__VA_ARGS__} macro
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Datomic.h65 #define ATOMIC_INIT(i) { .a_u = { .au_int = (i) } } macro
/netbsd-current/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.h76 #define ATOMIC_INIT(v) (v) macro

Completed in 110 milliseconds