Home
last modified time | relevance | path

Searched refs:asyncs (Results 1 – 3 of 3) sorted by relevance

/libev/
H A Dev_wrap.h11 #define asyncs ((loop)->asyncs) macro
110 #undef asyncs
H A Dev.c2531 if (asyncs [i]->sent) in pipecb()
2533 asyncs [i]->sent = 0; in pipecb()
2535 ev_feed_event (EV_A_ asyncs [i], EV_ASYNC); in pipecb()
3192 array_verify (EV_A_ (W *)asyncs, asynccnt); in ev_verify()
4875 array_needsize (ev_async *, asyncs, asyncmax, asynccnt, EMPTY2); in ev_async_start()
4876 asyncs [asynccnt - 1] = w; in ev_async_start()
4893 asyncs [active - 1] = asyncs [--asynccnt]; in ev_async_stop()
4894 ev_active (asyncs [active - 1]) = active; in ev_async_stop()
5050 cb (EV_A_ EV_ASYNC, asyncs [i]); in ev_walk()
H A Dev_vars.h171 VARx(struct ev_async **, asyncs)