Searched refs:P_PID (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/pcntl/tests/ |
H A D | pcntl_waitid.phpt | 17 var_dump(pcntl_waitid(P_PID, $pid, $siginfo, 0)); 20 var_dump(pcntl_waitid(P_PID, $pid, $siginfo, WSTOPPED)); 22 var_dump(pcntl_waitid(P_PID, $pid, $siginfo, WCONTINUED)); 24 var_dump(pcntl_waitid(P_PID, $pid, $siginfo, WEXITED));
|
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/ |
H A D | sljitExecAllocatorFreeBSD.c | 36 wx_block = !!procctl(P_PID, 0, PROC_WXMAP_CTL, &sljit_wx_enable); in sljit_is_wx_block()
|
/php-src/ext/opcache/ |
H A D | shared_alloc_mmap.c | 189 if (procctl(P_PID, getpid(), PROC_WXMAP_CTL, &enable_wxmap) == -1) { in create_segments()
|
/php-src/ext/pcntl/ |
H A D | pcntl.stub.php | 64 const P_PID = UNKNOWN; define
|
H A D | pcntl.c | 96 #define sched_getaffinity(p, c, m) pset_bind(PS_QUERY, P_PID, (p <= 0 ? getpid() : p), &m) 97 #define sched_setaffinity(p, c, m) pset_bind(m, P_PID, (p <= 0 ? getpid() : p), NULL)
|
H A D | pcntl_arginfo.h | 322 REGISTER_LONG_CONSTANT("P_PID", LONG_CONST(P_PID), CONST_PERSISTENT); in register_pcntl_symbols()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_unix.c | 512 if (wp->config->process_dumpable && -1 == procctl(P_PID, getpid(), PROC_TRACE_CTL, &dumpable)) { in fpm_unix_init_child()
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 2493 procctl(P_PID, 0, PROC_PDEATHSIG_CTL, &signal); in php_cli_server_worker_install_pdeathsig()
|
Completed in 24 milliseconds