Home
last modified time | relevance | path

Searched defs:process_id (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/posix/
H A Dposix.stub.php307 function posix_kill(int $process_id, int $signal): bool {}
351 function posix_setpgid(int $process_id, int $process_group_id): bool {}
354 function posix_getpgid(int $process_id): int|false {}
358 function posix_getsid(int $process_id): int|false {}
/php-src/ext/pcntl/
H A Dpcntl.stub.php1006 function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {}
1068 function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PROCESS): int|false {}
1072 …function pcntl_setpriority(int $priority, ?int $process_id = null, int $mode = PRIO_PROCESS): bool…
1092 function pcntl_setns(?int $process_id = null, int $nstype = CLONE_NEWNET): bool {}
1096 function pcntl_getcpuaffinity(?int $process_id = null): array|false {}
1097 function pcntl_setcpuaffinity(?int $process_id = null, array $cpu_ids = []): bool {}
/php-src/ext/opcache/jit/ir/
H A Dir_perf.c67 uint32_t process_id; member
80 uint32_t process_id; member
/php-src/ext/sockets/
H A Dsockets.stub.php2065 function socket_wsaprotocol_info_export(Socket $socket, int $process_id): string|false {}
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c998 const unsigned int process_id = pid; local

Completed in 23 milliseconds