Home
last modified time | relevance | path

Searched refs:pid (Results 101 – 125 of 125) sorted by relevance

12345

/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in17 ;pid = run/php-fpm.pid
H A Dphp-fpm.service.in11 PIDFile=@EXPANDED_LOCALSTATEDIR@/run/php-fpm.pid
H A Dwww.conf.in194 ; pid - the PID of the process;
218 ; pid: 31330
H A Dconfig.m4270 AC_DEFINE_UNQUOTED([PROC_MEM_FILE], "$proc_mem_file", [/proc/pid/mem interface])
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc36 const FILE_EXT_PID = 'pid';
851 * @param int|null $pid
854 public function signal($signal, int $pid = null)
856 if (is_null($pid)) {
857 $pid = $this->getPid();
860 return exec("kill -$signal $pid");
1088 $pidFile = $this->getFile('pid');
H A Dlogtool.inc324 $this->expectNotice($lines[0], 'fpm is running, pid \d+') &&
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_debug.c76 snprintf(pid_buffer, sizeof(pid_buffer) - 1, "%5u: ", self->pid); in MYSQLND_METHOD()
173 snprintf(pid_buffer, sizeof(pid_buffer) - 1, "%5u: ", self->pid); in MYSQLND_METHOD()
713 ret->pid = getpid(); in mysqlnd_debug_init()
H A Dmysqlnd_debug.h47 int pid; member
H A Dmysqlnd.h206 #define mysqlnd_kill(conn, pid) ((conn)->data)->m->kill_connection((conn)->data, (pid)) argument
H A Dmysqlnd_connection.c1126 MYSQLND_METHOD(mysqlnd_conn_data, kill)(MYSQLND_CONN_DATA * conn, unsigned int pid)
1132 DBG_INF_FMT("conn=%llu pid=%u", conn->thread_id, pid);
1135 const unsigned int process_id = pid;
1137 const unsigned int read_response = (pid != conn->thread_id);
H A Dmysqlnd_structs.h460 …func_status (*func_mysqlnd_conn_data__kill_connection)(MYSQLND_CONN_DATA * conn, unsigned int pid);
/PHP-7.4/sapi/cli/tests/
H A Dcli_process_title_windows.phpt28 $pid = getmypid();
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_unix.c501 pid_t pid = fork(); in fpm_unix_init_main() local
502 switch (pid) { in fpm_unix_init_main()
H A Dfpm_conf.c1715 if (fpm_globals.pid && *fpm_globals.pid) { in fpm_conf_init_main()
1716 fpm_global_config.pid_file = strdup(fpm_globals.pid); in fpm_conf_init_main()
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc22 $pid = pcntl_fork();
27 $pid = pcntl_fork();
28 if($pid === 0){
54 if ($pid) {
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1395 pid_t pid; in start_children() local
1414 pid = fork(); in start_children()
1415 switch( pid ) { in start_children()
1436 pid = wait( &status ); in start_children()
H A Dlsapilib.h392 int LSAPI_Set_Restored_Parent_Pid(int pid);
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2042 pid_t pid; local
2071 pid = fork();
2072 switch (pid) {
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c533 pid_t pid = fork(); in sapi_cli_server_startup()
535 if (pid == FAILURE) { in sapi_cli_server_startup()
540 } else if (pid == SUCCESS) { in sapi_cli_server_startup()
545 ] = pid; in sapi_cli_server_startup()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4729 pid_t pid; in accel_finish_startup()
4746 pid = fork(); in accel_finish_startup()
4747 if (pid == -1) { in accel_finish_startup()
4751 } else if (pid == 0) { /* children */ in accel_finish_startup()
4768 if (waitpid(pid, &status, 0) < 0) { in accel_finish_startup()
4770 zend_accel_error(ACCEL_LOG_FATAL, "Preloading failed to waitpid(%d)", pid); in accel_finish_startup()
/PHP-7.4/ext/sockets/
H A Dconversions.c1314 {"pid", sizeof("pid"), 1, offsetof(struct ucred, pid), from_zval_write_pid_t, to_zval_read_pid_t},
/PHP-7.4/
H A DUPGRADING539 . bool sapi_windows_generate_ctrl_event(int type, int pid) - send a CTRL event
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2724 ZEND_ARG_INFO(0, pid)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます9418 >>>24 ulelong x \b, pid %d
22723 >>>8 lelong <65536 \b, pid=%d
H A Dmagic9418 >>>24 ulelong x \b, pid %d
22723 >>>8 lelong <65536 \b, pid=%d

Completed in 236 milliseconds

12345