Searched refs:atomic_bool (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h74 typedef _Atomic(bool) atomic_bool; typedef
76 typedef _Atomic(_Bool) atomic_bool; typedef
149 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag;
/freebsd-11-stable/sys/sys/
H A Dstdatomic.h187 typedef _Atomic(_Bool) atomic_bool; typedef
370 * XXX: Assume atomic_bool can be used as an atomic_flag. Is there some
375 atomic_bool __flag;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h230 std::atomic_bool initialized;

Completed in 1310 milliseconds