Searched defs:atomic_bool (Results 1 – 4 of 4) sorted by relevance
88 typedef _Atomic(bool) atomic_bool; typedef90 typedef _Atomic(_Bool) atomic_bool; typedef
28 using atomic_bool = atomic<bool>; variable
395 fn atomic_bool() { in atomic_bool() function
216 typedef _Atomic(__Bool) atomic_bool; typedef