Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cpp32 std::atomic_bool threads_stopped = {};
33 std::atomic_bool callback_executed = {};
90 std::atomic_bool threads_stopped = {};
91 std::atomic_bool callback_executed = {};
/llvm-project-15.0.7/llvm/unittests/Support/
H A DThreading.cpp74 std::atomic_bool Executed(false); in TEST()
76 [](void *Arg) { *static_cast<std::atomic_bool *>(Arg) = true; }, in TEST()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/memory/util.smartptr/
H A Drace_condition.pass.cpp29 std::atomic_bool Start;
30 std::atomic_bool KeepRunning;
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdatomic.h84 typedef _Atomic(bool) atomic_bool; typedef
86 typedef _Atomic(_Bool) atomic_bool; typedef
159 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dxchg-nofold.ll4 %"struct.std::atomic" = type { %"struct.std::atomic_bool" }
5 %"struct.std::atomic_bool" = type { %"struct.std::__atomic_base" }
/llvm-project-15.0.7/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
H A Djoin.pass.cpp27 std::atomic_bool done(false);
H A Ddetach.pass.cpp25 std::atomic_bool done(false);
/llvm-project-15.0.7/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_terminates.sh.cpp80 std::atomic_bool locked;
/llvm-project-15.0.7/libcxx/test/std/thread/futures/futures.async/
H A Dasync.pass.cpp34 std::atomic_bool invoked{false};
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_cpp_test.cpp151 std::atomic_bool Stop; in TEST()
/llvm-project-15.0.7/libcxx/include/
H A Dstdatomic.h145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
H A Datomic400 typedef atomic<bool> atomic_bool;
2581 typedef atomic<bool> atomic_bool;
/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.generic/
H A Dbool.pass.cpp164 std::atomic_bool obj(true); in main()
/llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/
H A Dtypes.compile.pass.cpp154 static_assert(std::is_same_v<std::atomic<bool>, ::atomic_bool>); in f()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_lock.h230 std::atomic_bool initialized;
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc245 SYMBOL(atomic_bool, None, <stdatomic.h>)