Searched defs:atomic_int16_t (Results 1 – 7 of 7) sorted by relevance
69 using atomic_int16_t = atomic< int16_t>; variable
70 using atomic_int16_t = atomic< int16_t>; variable
101 typedef atomic< int16_t > atomic_int16_t; typedef