Home
last modified time | relevance | path

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

/libev/
H A Dev_wrap.h39 #define fs_w ((loop)->fs_w) macro
138 #undef fs_w
H A Dev.c4384 ev_io_init (&fs_w, infy_cb, fs_fd, EV_READ); in infy_init()
4385 ev_set_priority (&fs_w, EV_MAXPRI); in infy_init()
4386 ev_io_start (EV_A_ &fs_w); in infy_init()
4400 ev_io_stop (EV_A_ &fs_w); in infy_fork()
4407 ev_io_set (&fs_w, fs_fd, EV_READ); in infy_fork()
4408 ev_io_start (EV_A_ &fs_w); in infy_fork()
H A Dev_vars.h178 VARx(ev_io, fs_w)