Searched refs:fork (Results 1 – 6 of 6) sorted by relevance
| /libev/ |
| H A D | README | 19 - fully supports fork, can detect fork in various ways and automatically 20 re-arms kernel mechanisms that do not support fork.
|
| H A D | Changes | 9 TODO: document the special problem of signals around fork. 20 SIGPIPE in ev_async_send. This doesn't solve it on fork, 44 - mark event pipe fd as cloexec after a fork (analyzed by Sami Farin). 87 - try to detect signals around a fork faster (test program by 94 on fork, at the cost of one extra fd. 107 - fix a race where the workaround against the epoll fork bugs 267 - calling ev_unloop in fork/prepare watchers will no longer poll 335 - fork detection in ev_embed now stops and restarts the watcher 484 - speed up signal detection after a fork.
|
| H A D | ev++.h | 789 EV_BEGIN_WATCHER (fork, fork) in EV_END_WATCHER() 791 EV_END_WATCHER (fork, fork) in EV_END_WATCHER() argument
|
| H A D | ev.pod | 120 limited support for fork events (C<ev_fork>). 700 during fork. 710 it just in case after a fork. 859 - If EVFLAG_FORKCHECK was used, check for a fork. 860 - If a fork was detected (by any means), queue and call all fork watchers. 1677 =head3 The special problem of fork 2453 catch fork calls done by libraries (such as the libc) as well. 2601 pid_t pid = fork (); 3179 =head3 C<ev_embed> and fork 3280 fork. [all …]
|
| H A D | ev.h | 447 ev_fork fork; /* private */ 487 struct ev_fork fork;
|
| H A D | ev.c | 3010 array_free (fork, EMPTY); in ev_loop_destroy() 4710 ev_embed *w = (ev_embed *)(((char *)fork_w) - offsetof (ev_embed, fork)); in embed_fork_cb() 4753 ev_fork_init (&w->fork, embed_fork_cb); in ev_embed_start() 4754 ev_fork_start (EV_A_ &w->fork); in ev_embed_start() 4774 ev_fork_stop (EV_A_ &w->fork); in ev_embed_stop()
|