Searched defs:atomic_t (Results 1 – 3 of 3) sorted by relevance
17 typedef struct { volatile int counter; } atomic_t; typedef
19 typedef struct { int counter; } atomic_t; typedef
15 typedef struct { volatile int counter; } atomic_t; typedef