Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 = {};
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dstdatomic.h87 typedef _Atomic(bool) atomic_bool; typedef
89 typedef _Atomic(_Bool) atomic_bool; typedef
162 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_cpp_test.cpp151 std::atomic_bool Stop; in TEST()
/openbsd/gnu/llvm/libcxx/include/
H A Dstdatomic.h145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
H A Datomic400 typedef atomic<bool> atomic_bool;
2571 typedef atomic<bool> atomic_bool;
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc245 SYMBOL(atomic_bool, None, <stdatomic.h>)