Searched defs:once_s (Results 1 – 3 of 3) sorted by relevance
190 struct once_s { struct191 atomic_flag begun;192 atomic_int done;219 struct once_s { struct220 volatile int begun;221 volatile int done;
225 struct once_s { struct226 atomic_flag begun;227 atomic_int done;251 struct once_s { struct252 volatile int begun;253 volatile int done;
232 struct once_s { struct233 atomic_flag begun;234 atomic_int done;258 struct once_s { struct259 volatile int begun;260 volatile int done;