Home
last modified time | relevance | path

Searched refs:async_pending (Results 1 – 4 of 4) sorted by relevance

/libev/
H A Dev_wrap.h8 #define async_pending ((loop)->async_pending) macro
107 #undef async_pending
H A Dev_vars.h170 VARx(EV_ATOMIC_T, async_pending)
H A Dev.c2524 if (async_pending) in pipecb()
2526 async_pending = 0; in pipecb()
2878 async_pending = 0; in loop_init()
4906 evpipe_write (EV_A_ &async_pending); in ev_async_send()
H A Dev++.h801 bool async_pending () throw () in async_pending() function