Home
last modified time | relevance | path

Searched refs:ev_loop_fork (Results 1 – 6 of 6) sorted by relevance

/libev/
H A Dev.h610 EV_API_DECL void ev_loop_fork (EV_P) EV_THROW;
838 EV_INLINE void ev_default_fork (void) { ev_loop_fork (EV_DEFAULT); }
H A DSymbols.ev34 ev_loop_fork
H A Dev++.h221 ev_loop_fork (EV_AX); in post_fork()
H A DChanges21 so document what needs to be done in ev_loop_fork
389 - embed watchers now automatically invoke ev_loop_fork on the
H A Dev.pod410 Instead of calling C<ev_loop_fork> manually after a fork, you can also
685 =item ev_loop_fork (loop)
712 Example: Automate calling C<ev_loop_fork> on the default loop when
718 ev_loop_fork (EV_DEFAULT);
1683 To support fork in your child processes, you have to call C<ev_loop_fork
2919 current event loop) or C<ev_loop_fork> from either C<ev_prepare> or
3168 C<ev_loop_fork> on the embedded loop.
3184 however, it is still the task of the libev user to call C<ev_loop_fork ()>
5450 ev_loop_fork (EV_DEFAULT);
5475 as all other watcher types. Note that C<ev_loop_fork> is still called
[all …]
H A Dev.c3249 ev_loop_fork (EV_P) EV_THROW in ev_loop_fork() function
4717 ev_loop_fork (EV_A); in embed_fork_cb()