Searched defs:atomic_int8_t (Results 1 – 7 of 7) sorted by relevance
67 using atomic_int8_t = atomic< int8_t>; variable
68 using atomic_int8_t = atomic< int8_t>; variable
97 typedef atomic< int8_t > atomic_int8_t; typedef