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