Home
last modified time | relevance | path

Searched refs:ATOMIC_FLAG_INIT (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_init.h18 #define ATOMIC_FLAG_INIT macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadSafeAllocator.h57 std::atomic_flag Flag = ATOMIC_FLAG_INIT;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h169 #define ATOMIC_FLAG_INIT { 0 } macro
H A Dopencl-c-base.h415 #define ATOMIC_FLAG_INIT 0 macro
/freebsd/sys/sys/
H A Dstdatomic.h379 #define ATOMIC_FLAG_INIT { ATOMIC_VAR_INIT(0) } macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h543 std::atomic_flag m_dwo_warning_issued = ATOMIC_FLAG_INIT;
/freebsd/sys/contrib/zlib/
H A Dcrc32.c229 #define ONCE_INIT {ATOMIC_FLAG_INIT, 0}
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp659 static std::atomic_flag g_interrupt_sent = ATOMIC_FLAG_INIT; in sigint_handler()
/freebsd/contrib/llvm-project/libcxx/include/
H A Datomic584 #define ATOMIC_FLAG_INIT see below
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc16 SYMBOL(ATOMIC_FLAG_INIT, None, <stdatomic.h>)
H A DStdSymbolMap.inc17 SYMBOL(ATOMIC_FLAG_INIT, None, <atomic>)