Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h95 typedef _Atomic(bool) atomic_bool; typedef
97 typedef _Atomic(_Bool) atomic_bool; typedef
173 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
/freebsd/usr.sbin/bhyve/
H A Drfb.c137 atomic_bool sending;
138 atomic_bool pending;
139 atomic_bool update_all;
140 atomic_bool input_detected;
141 atomic_bool update_pixfmt;
/freebsd/sys/sys/
H A Dstdatomic.h190 typedef _Atomic(_Bool) atomic_bool; typedef
378 atomic_bool __flag;
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h28 using atomic_bool = atomic<bool>; variable
/freebsd/tools/test/arc4random/
H A Dbiastest.c34 static atomic_bool complete = false;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h42 using std::atomic_bool // see below
145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
H A Datomic466 typedef atomic<bool> atomic_bool;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc59 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h238 std::atomic_bool initialized;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc245 SYMBOL(atomic_bool, None, <stdatomic.h>)