Searched defs:atomic_int_least32_t (Results 1 – 2 of 2) sorted by relevance
53 using atomic_int_least32_t = atomic<int_least32_t>; global() variable
114 typedef _Atomic(int_least32_t) atomic_int_least32_t; global() typedef