asyncs
if (asyncs [i]->sent)
asyncs [i]->sent = 0;
ev_feed_event (EV_A_ asyncs [i], EV_ASYNC);
array_verify (EV_A_ (W *)asyncs, asynccnt);
array_needsize (ev_async *, asyncs, asyncmax, asynccnt, EMPTY2);
asyncs [asynccnt - 1] = w;
asyncs [active - 1] = asyncs [--asynccnt];
ev_active (asyncs [active - 1]) = active;
cb (EV_A_ EV_ASYNC, asyncs [i]);
VARx(struct ev_async **, asyncs)
#define asyncs ((loop)->asyncs)
async_head = &path->device->asyncs;
xpt_async_bcast(&device->asyncs, async_code, path, async_arg);
SLIST_INIT(&device->asyncs);
struct async_list asyncs; /* Async callback info for this B/T/L */