Searched refs:forks (Results 1 – 5 of 5) sorted by relevance
| /libev/ |
| H A D | ev_wrap.h | 35 #define forks ((loop)->forks) macro 134 #undef forks
|
| H A D | ev.c | 3182 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 D | ev_vars.h | 158 VARx(struct ev_fork **, forks)
|
| H A D | Changes | 390 embedded loop when the parent loop forks.
|
| H A D | ev.pod | 510 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
|