Home
last modified time | relevance | path

Searched refs:forks (Results 1 – 5 of 5) sorted by relevance

/libev/
H A Dev_wrap.h35 #define forks ((loop)->forks) macro
134 #undef forks
H A Dev.c3182 array_verify (EV_A_ (W *)forks, forkcnt); in ev_verify()
3567 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK); in ev_run()
4792 array_needsize (ev_fork *, forks, forkmax, forkcnt, EMPTY2); in ev_fork_start()
4793 forks [forkcnt - 1] = w; in ev_fork_start()
4810 forks [active - 1] = forks [--forkcnt]; in ev_fork_stop()
4811 ev_active (forks [active - 1]) = active; in ev_fork_stop()
5043 if (ev_cb (forks [i]) != embed_fork_cb) in ev_walk()
5044 cb (EV_A_ EV_FORK, forks [i]); in ev_walk()
H A Dev_vars.h158 VARx(struct ev_fork **, forks)
H A DChanges390 embedded loop when the parent loop forks.
H A Dev.pod510 forks then I<both> parent and child process have to recreate the epoll
3167 embedding loop forks. In other cases, the user is responsible for calling
3181 While the C<ev_embed> watcher is running, forks in the embedding loop will
3283 forks) is to duplicate all the state in the child, as would be expected