Home
last modified time | relevance | path

Searched refs:child_pid (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt36 $child_pid = proc_get_status($proc)["pid"];
37 echo "Started child $child_pid\n";
40 $cmd = "tasklist /FI \"PID eq $child_pid\" /NH";
45 echo "Sending ", get_evt_name($evt), " to child $child_pid\n";
46 $ret = sapi_windows_generate_ctrl_event($evt, $child_pid);
48 … ($ret ? "Successfully" : "Unsuccessfuly"), " sent ", get_evt_name($evt), " to child $child_pid\n";
58 echo "Child $child_pid didn't exit after ${max}us\n";
64 echo "Child $child_pid exit with status ", $status["exitcode"], " after ${total}us\n";
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.h79 int child_pid; member
98 void zlog_stream_set_child_pid(struct zlog_stream *stream, int child_pid);
H A Dzlog.c573 void zlog_stream_set_child_pid(struct zlog_stream *stream, int child_pid) /* {{{ */ in zlog_stream_set_child_pid() argument
575 stream->child_pid = child_pid; in zlog_stream_set_child_pid()
H A Dfpm_stdio.c156 …if (log_stream->is_stdout != (unsigned int)is_stdout || log_stream->child_pid != (int)child->pid) {

Completed in 14 milliseconds