Home
last modified time | relevance | path

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

/libev/
H A Dev_wrap.h20 #define cleanupcnt ((loop)->cleanupcnt) macro
119 #undef cleanupcnt
H A Dev.c2936 if (expect_false (cleanupcnt)) in ev_loop_destroy()
2938 queue_events (EV_A_ (W *)cleanups, cleanupcnt, EV_CLEANUP); in ev_loop_destroy()
3186 assert (cleanupmax >= cleanupcnt); in ev_verify()
3187 array_verify (EV_A_ (W *)cleanups, cleanupcnt); in ev_verify()
4829 ev_start (EV_A_ (W)w, ++cleanupcnt); in ev_cleanup_start()
4830 array_needsize (ev_cleanup *, cleanups, cleanupmax, cleanupcnt, EMPTY2); in ev_cleanup_start()
4831 cleanups [cleanupcnt - 1] = w; in ev_cleanup_start()
4851 cleanups [active - 1] = cleanups [--cleanupcnt]; in ev_cleanup_stop()
H A Dev_vars.h166 VARx(int, cleanupcnt)