Home
last modified time | relevance | path

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

/external/libcxx/test/std/atomics/atomics.flag/
Dinit.pass.cpp24 std::atomic_flag f = ATOMIC_FLAG_INIT; in main()
/external/llvm-project/libcxx/test/std/atomics/atomics.flag/
Dinit.pass.cpp25 std::atomic_flag f = ATOMIC_FLAG_INIT; in main()
/external/libcxx/test/libcxx/atomics/atomics.flag/
Dinit_bool.pass.cpp28 std::atomic_flag global = ATOMIC_FLAG_INIT;
/external/llvm-project/libcxx/test/libcxx/atomics/atomics.flag/
Dinit_bool.pass.cpp27 std::atomic_flag global = ATOMIC_FLAG_INIT;
/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Dfdr-reinit.cpp13 std::atomic_flag keep_going = ATOMIC_FLAG_INIT;
/external/llvm-project/clang/lib/Headers/
Dstdatomic.h151 #define ATOMIC_FLAG_INIT { 0 } macro
Dopencl-c-base.h301 #define ATOMIC_FLAG_INIT 0 macro
/external/clang/lib/Headers/
Dstdatomic.h165 #define ATOMIC_FLAG_INIT { 0 } macro
Dopencl-c.h14742 #define ATOMIC_FLAG_INIT 0 macro
/external/clang/test/Sema/
Datomic-ops.c257 struct atomic_flag must_be_struct = ATOMIC_FLAG_INIT; in f()
259 atomic_flag guard = ATOMIC_FLAG_INIT; in f()
/external/elfutils/lib/
Dstdatomic-fbsd.h409 #define ATOMIC_FLAG_INIT { ATOMIC_VAR_INIT(0) } macro
/external/llvm-project/clang/test/Sema/
Datomic-ops.c270 struct atomic_flag must_be_struct = ATOMIC_FLAG_INIT; in f()
272 atomic_flag guard = ATOMIC_FLAG_INIT; in f()
/external/llvm-project/lldb/tools/driver/
DDriver.cpp703 static std::atomic_flag g_interrupt_sent = ATOMIC_FLAG_INIT; in sigint_handler()
/external/libcxx/include/
Datomic90 #define ATOMIC_FLAG_INIT see below
1883 #define ATOMIC_FLAG_INIT {false}
/external/llvm-project/libcxx/include/
Datomic571 #define ATOMIC_FLAG_INIT see below
2803 #define ATOMIC_FLAG_INIT {false}
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc15 SYMBOL(ATOMIC_FLAG_INIT, None, <stdatomic.h>)