Searched defs:async_unit (Results 1 – 2 of 2) sorted by relevance
337 typedef struct async_unit struct339 __gthread_mutex_t io_lock; /* Lock for doing actual I/O. */340 __gthread_mutex_t lock; /* Lock for manipulating the queue structure. */341 bool empty;343 {367 } async_unit; argument