Lines Matching refs:pid
1173 The pid specified in the C<ev_child> watcher has received a status change.
2559 =item ev_child_init (ev_child *, callback, int pid, int trace)
2561 =item ev_child_set (ev_child *, int pid, int trace)
2563 Configures the watcher to wait for status changes of process C<pid> (or
2564 I<any> process if C<pid> is specified as C<0>). The callback can look
2567 C<waitpid> documentation). The C<rpid> member contains the pid of the
2572 =item int pid [read-only]
2601 pid_t pid = fork ();
2603 if (pid < 0)
2605 else if (pid == 0)
2612 ev_child_init (&cw, child_cb, pid, 0);
4836 pid. The default size is C<16> (or C<1> with C<EV_FEATURES> disabled),
5387 =item Stopping an io/signal/child watcher: O(number_of_watchers_for_this_(fd/signal/pid % EV_PID_HA…