Searched refs:ATOMIC_FLAG_INIT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h151 #define ATOMIC_FLAG_INIT { 0 } macro
H A Dopencl-c-base.h301 #define ATOMIC_FLAG_INIT 0 macro
/freebsd-11-stable/sys/sys/
H A Dstdatomic.h378 #define ATOMIC_FLAG_INIT { ATOMIC_VAR_INIT(0) } macro
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp705 static std::atomic_flag g_interrupt_sent = ATOMIC_FLAG_INIT;

Completed in 78 milliseconds