Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
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/src/gnu/llvm/clang/lib/Headers/
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/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
Dwrappers_cpp_test.cpp151 std::atomic_bool Stop; in TEST()
/openbsd/src/gnu/llvm/libcxx/include/
Dstdatomic.h145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
Datomic400 typedef atomic<bool> atomic_bool;
2571 typedef atomic<bool> atomic_bool;
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc245 SYMBOL(atomic_bool, None, <stdatomic.h>)