Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h92 typedef _Atomic(bool) atomic_bool; typedef
94 typedef _Atomic(_Bool) atomic_bool; typedef
167 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
/freebsd-14.2/usr.sbin/bhyve/
H A Drfb.c138 atomic_bool sending;
139 atomic_bool pending;
140 atomic_bool update_all;
141 atomic_bool input_detected;
142 atomic_bool update_pixfmt;
/freebsd-14.2/sys/sys/
H A Dstdatomic.h189 typedef _Atomic(_Bool) atomic_bool; typedef
377 atomic_bool __flag;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h29 using atomic_bool = atomic<bool>; variable
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
H A Datomic466 typedef atomic<bool> atomic_bool;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Datomic.inc59 using std::atomic_bool;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSpecialSymbolMap.inc249 SYMBOL(atomic_bool, std::, <atomic>)
250 SYMBOL(atomic_bool, None, <stdatomic.h>)
H A DCSymbolMap.inc245 SYMBOL(atomic_bool, None, <stdatomic.h>)
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h238 std::atomic_bool initialized;