Home
last modified time | relevance | path

Searched refs:pid (Results 51 – 75 of 116) sorted by relevance

12345

/PHP-7.0/ext/standard/tests/http/
H A Dbug53198.phpt18 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
29 http_server_kill($pid);
H A Dbug69337.phpt29 $pid = http_server("tcp://127.0.0.1:22345", $responses, $output);
33 http_server_kill($pid);
H A Dbug48929.phpt19 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
30 http_server_kill($pid);
H A Dbug60570.phpt20 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
34 http_server_kill($pid);
H A Dbug65634.phpt25 $pid = http_server('tcp://127.0.0.1:12342', $responses, $output);
31 http_server_kill($pid);
H A Dbug47021.phpt48 $pid = http_server('tcp://127.0.0.1:12342', $responses);
55 http_server_kill($pid);
H A Dbug61548.phpt26 $pid = http_server('tcp://127.0.0.1:12342', $responses, $output);
32 http_server_kill($pid);
H A Dignore_errors.phpt20 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
39 http_server_kill($pid);
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_scoreboard.h27 pid_t pid; member
85 void fpm_scoreboard_child_use(struct fpm_scoreboard_s *scoreboard, int child_index, pid_t pid);
H A Dfpm_process_ctl.c122 int fpm_pctl_kill(pid_t pid, int how) /* {{{ */ in fpm_pctl_kill() argument
142 return kill(pid, s); in fpm_pctl_kill()
155 int res = kill(child->pid, signo); in fpm_pctl_kill_all()
159 fpm_signal_names[signo] ? fpm_signal_names[signo] : "", (int) child->pid); in fpm_pctl_kill_all()
370 fpm_pctl_kill(last_idle_child->pid, FPM_PCTL_QUIT); in fpm_pctl_perform_idle_server_maintenance()
383 fpm_pctl_kill(last_idle_child->pid, FPM_PCTL_QUIT); in fpm_pctl_perform_idle_server_maintenance()
H A Dfpm_children.h32 pid_t pid; member
H A Dfpm_process_ctl.h22 int fpm_pctl_kill(pid_t pid, int how);
H A Dfpm_request.c263 fpm_trace_signal(child->pid); in fpm_request_check_timed_out()
266 …child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.req… in fpm_request_check_timed_out()
274 fpm_pctl_kill(child->pid, FPM_PCTL_TERM); in fpm_request_check_timed_out()
277 …child->wp->config->name, (int) child->pid, purified_script_filename, proc.request_method, proc.req… in fpm_request_check_timed_out()
H A Dfpm_scoreboard.c255 void fpm_scoreboard_child_use(struct fpm_scoreboard_s *scoreboard, int child_index, pid_t pid) /* {… in fpm_scoreboard_child_use() argument
264 proc->pid = pid; in fpm_scoreboard_child_use()
/PHP-7.0/ext/standard/tests/general_functions/
H A Dproc_open02.phpt38 ["pid"]=>
57 ["pid"]=>
H A Dbug39322.phpt30 ["pid"]=>
/PHP-7.0/sapi/cli/tests/
H A Dcli_process_title_unix.phpt13 $pid = getmypid();
23 $ps_output = shell_exec("ps -p $pid -o $ps_process_title_field | tail -n 1");
/PHP-7.0/sapi/fpm/
H A Dphp-fpm.service.in7 PIDFile=@EXPANDED_LOCALSTATEDIR@/run/php-fpm.pid
H A Dinit.d.php-fpm.in18 php_fpm_PID=@localstatedir@/run/php-fpm.pid
/PHP-7.0/ext/pgsql/tests/
H A D21pg_get_notify.phpt17 isset($msg['message'],$msg['pid']) ? print 'OK' : print 'NG';
/PHP-7.0/ext/pcntl/
H A Dpcntl.c57 ZEND_ARG_INFO(0, pid)
135 ZEND_ARG_INFO(0, pid)
143 ZEND_ARG_INFO(0, pid)
619 zend_long pid, options = 0; in PHP_FUNCTION() local
643 child_id = wait4((pid_t) pid, &status, options, &rusage); in PHP_FUNCTION()
645 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
648 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
1201 zend_long pid = getpid(); in PHP_FUNCTION() local
1211 pri = getpriority(who, pid); in PHP_FUNCTION()
1240 zend_long pid = getpid(); in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/posix/
H A Dposix.c61 ZEND_ARG_INFO(0, pid)
122 ZEND_ARG_INFO(0, pid)
128 ZEND_ARG_INFO(0, pid)
134 ZEND_ARG_INFO(0, pid)
457 zend_long pid, sig; in PHP_FUNCTION() local
459 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &pid, &sig) == FAILURE) { in PHP_FUNCTION()
463 if (kill(pid, sig) < 0) { in PHP_FUNCTION()
622 zend_long pid, pgid; in PHP_FUNCTION() local
624 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &pid, &pgid) == FAILURE) { in PHP_FUNCTION()
628 if (setpgid(pid, pgid) < 0) { in PHP_FUNCTION()
/PHP-7.0/ext/sysvsem/tests/
H A Dnowait.phpt51 $pid = pcntl_fork();
53 if ($pid) {
81 pcntl_waitpid($pid, $status);
/PHP-7.0/ext/posix/tests/
H A Dposix_kill_variation2.phpt10 /* Prototype : proto bool posix_kill(int pid, int sig)
19 $pid = -999;
74 var_dump( posix_kill($pid, $value) );
/PHP-7.0/sapi/fpm/tests/
H A D002.phpt44 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d

Completed in 28 milliseconds

12345