Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_init.h18 #define ATOMIC_FLAG_INIT {false} macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h176 #define ATOMIC_FLAG_INIT {false} macro
178 #define ATOMIC_FLAG_INIT { 0 } macro
H A Dopencl-c-base.h419 #define ATOMIC_FLAG_INIT 0 macro
/freebsd/sys/sys/
H A Dstdatomic.h380 #define ATOMIC_FLAG_INIT { ATOMIC_VAR_INIT(0) } macro