Home
last modified time | relevance | path

Searched refs:posix_getpid (Results 1 – 25 of 25) sorted by relevance

/php-src/ext/posix/tests/
H A Dposix_getpid_basic.phpt2 Test posix_getpid() function : basic functionality
9 $pid = posix_getpid();
H A Dposix_getpgid_basic.phpt9 $pid = posix_getpid();
H A Dposix_getsid_basic.phpt9 $pid = posix_getpid();
H A Dposix_getsid.phpt15 $pid = posix_getpid();
H A Dposix_kill_error.phpt11 $pid = posix_getpid();
/php-src/ext/pcntl/tests/
H A Dpcntl_signal.phpt11 posix_kill(posix_getpid(), SIGTERM);
17 posix_kill(posix_getpid(), SIGUSR1);
41 posix_kill(posix_getpid(), SIGTERM);
H A Dpcntl_signal_dispatch.phpt12 posix_kill(posix_getpid(), SIGTERM);
H A Dasync_signals.phpt13 posix_kill(posix_getpid(), SIGTERM);
H A Dsignal_closure_handler.phpt13 posix_kill(posix_getpid(), SIGTERM);
H A Dbug81577_2.phpt11 $a = [1, posix_kill(posix_getpid(), SIGTERM), 2];
H A Dpcntl_signal_get_handler.phpt20 posix_kill(posix_getpid(), SIGUSR1);
H A Dbug81577_3.phpt13 array_merge([1], [2]) + posix_kill(posix_getpid(), SIGTERM);
H A Dpcntl_realtime_signal.phpt14 posix_kill(posix_getpid(), SIGRTMIN);
H A Dpcntl_wait.phpt24 posix_kill(posix_getpid(), SIGSTOP);
H A Dbug81577.phpt20 posix_kill(posix_getpid(), SIGTERM) + C::$cond;
H A Dpcntl_waitid.phpt28 posix_kill(posix_getpid(), SIGSTOP);
H A Dpcntl_wait_rusage1.phpt36 posix_kill(posix_getpid(), SIGSTOP);
H A Dpcntl_waitpid_rusage1.phpt36 posix_kill(posix_getpid(), SIGSTOP);
H A D002.phpt30 posix_kill(posix_getpid(), SIGTERM);
/php-src/Zend/tests/fibers/
H A Dsignal-dispatch.phpt18 posix_kill(posix_getpid(), SIGUSR1);
H A Dsignal-async.phpt19 posix_kill(posix_getpid(), SIGUSR1);
/php-src/ext/mysqli/tests/
H A Dmysqli_fork.phpt11 if (!function_exists('posix_getpid'))
89 …ql = sprintf("INSERT INTO messages(pid, sender, msg) VALUES (%d, 'child', '%%s')", posix_getpid());
137 … = sprintf("INSERT INTO messages (pid, sender, msg) VALUES (%d, 'parent', '%%s')", posix_getpid());
/php-src/ext/posix/
H A Dposix.stub.php309 function posix_getpid(): int {} function
H A Dposix_arginfo.h189 ZEND_FUNCTION(posix_getpid);
263 ZEND_FE(posix_getpid, arginfo_posix_getpid)
H A Dposix.c141 PHP_FUNCTION(posix_getpid) in PHP_FUNCTION() argument

Completed in 28 milliseconds