Home
last modified time | relevance | path

Searched refs:process_id (Results 1 – 18 of 18) sorted by relevance

/php-src/ext/posix/
H A Dposix.stub.php307 function posix_kill(int $process_id, int $signal): bool {} argument
351 function posix_setpgid(int $process_id, int $process_group_id): bool {} argument
354 function posix_getpgid(int $process_id): int|false {} argument
358 function posix_getsid(int $process_id): int|false {} argument
H A Dposix_arginfo.h5 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
60 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
66 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
72 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
/php-src/ext/pcntl/
H A Dpcntl.stub.php928 function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {} argument
985 function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PROCESS): int|false {} argument
989 function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool{} argument
1009 function pcntl_setns(?int $process_id = null, int $nstype = CLONE_NEWNET): bool {} argument
1013 function pcntl_getcpuaffinity(?int $process_id = null): array|false {} argument
1014 function pcntl_setcpuaffinity(?int $process_id = null, array $cpu_ids = []): bool {} argument
H A Dpcntl_arginfo.h8 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
95 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null")
103 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null")
137 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null")
144 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null")
150 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, process_id, IS_LONG, 1, "null")
/php-src/ext/pcntl/tests/
H A Dpcntl_getpriority_error_darwin.phpt45 pcntl_getpriority(): Argument #1 ($process_id) must be 0 (zero) if PRIO_DARWIN_THREAD is provided a…
46 pcntl_getpriority(): Argument #1 ($process_id) is not a valid process, process group, or user ID
H A Dpcntl_setpriority_error_darwin.phpt46 pcntl_setpriority(): Argument #2 ($process_id) must be 0 (zero) if PRIO_DARWIN_THREAD is provided a…
47 pcntl_setpriority(): Argument #2 ($process_id) is not a valid process, process group, or user ID
H A Dpcntl_cpuaffinity.phpt67 pcntl_getcpuaffinity(): Argument #1 ($process_id) invalid process (-1024)
/php-src/ext/opcache/jit/ir/
H A Dir_perf.c67 uint32_t process_id; member
80 uint32_t process_id; member
174 jit_hdr.process_id = getpid(); in ir_perf_jitdump_open()
236 rec.process_id = getpid(); in ir_perf_jitdump_register()
/php-src/ext/mysqli/tests/
H A Dmysqli_kill.phpt75 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
126 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
131 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
H A Dmysqli_report_wo_ps.phpt113 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
116 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
H A Dmysqli_report.phpt318 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
337 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
/php-src/ext/mysqli/
H A Dmysqli.stub.php862 public function kill(int $process_id): bool {}
1511 function mysqli_kill(mysqli $mysql, int $process_id): bool {}
H A Dmysqli_arginfo.h186 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
486 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)
/php-src/ext/mysqlnd/
H A Dmysqlnd_commands.c187 …mand, process_kill)(MYSQLND_CONN_DATA * const conn, const unsigned int process_id, const bool read… in MYSQLND_METHOD()
195 int4store(buff, process_id); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c998 const unsigned int process_id = pid; local
1002 DBG_RETURN(conn->command->process_kill(conn, process_id, read_response));
H A Dmysqlnd_structs.h313 …e_com_process_kill)(MYSQLND_CONN_DATA * const conn, const unsigned int process_id, const bool read…
/php-src/ext/sockets/
H A Dsockets.stub.php2012 function socket_wsaprotocol_info_export(Socket $socket, int $process_id): string|false {} argument
H A Dsockets_arginfo.h202 ZEND_ARG_TYPE_INFO(0, process_id, IS_LONG, 0)

Completed in 60 milliseconds