Searched defs:ATOMIC_INIT (Results 1 – 5 of 5) sorted by relevance
6 #define ATOMIC_INIT(...) ATOMIC_VAR_INIT(__VA_ARGS__) macro
6 #define ATOMIC_INIT(...) {__VA_ARGS__} macro
4 #define ATOMIC_INIT(...) {__VA_ARGS__} macro
36 #define ATOMIC_INIT(x) { .counter = (x) } macro
94 #define ATOMIC_INIT(v) (v) macro