Searched refs:checks (Results 1 – 5 of 5) sorted by relevance
| /libev/ |
| H A D | ev_wrap.h | 19 #define checks ((loop)->checks) macro 118 #undef checks
|
| H A D | ev.c | 3202 array_verify (EV_A_ (W *)checks, checkcnt); in ev_verify() 3685 queue_events (EV_A_ (W *)checks, checkcnt, EV_CHECK); in ev_run() 4645 array_needsize (ev_check *, checks, checkmax, checkcnt, EMPTY2); in ev_check_start() 4646 checks [checkcnt - 1] = w; in ev_check_start() 4663 checks [active - 1] = checks [--checkcnt]; in ev_check_stop() 4664 ev_active (checks [active - 1]) = active; in ev_check_stop() 5065 cb (EV_A_ EV_CHECK, checks [i]); in ev_walk()
|
| H A D | ev_vars.h | 153 VARx(struct ev_check **, checks)
|
| H A D | aclocal.m4 | 1136 # Links a minimal program and checks the executable 3206 # 'pass_all' -- all dependencies passed with no checks. 9019 # This macro actually does too much. Some checks are only needed if
|
| H A D | ev.pod | 1077 through all internal structures and checks them for validity. If anything 3504 the loop iterates next and checks for the watcher to have become active,
|