Home
last modified time | relevance | path

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

12

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_trace.h8 int fpm_trace_signal(pid_t pid);
9 int fpm_trace_ready(pid_t pid);
10 int fpm_trace_close(pid_t pid);
H A Dfpm_trace_ptrace.c25 static pid_t traced_pid;
27 int fpm_trace_signal(pid_t pid) /* {{{ */ in fpm_trace_signal()
37 int fpm_trace_ready(pid_t pid) /* {{{ */ in fpm_trace_ready()
44 int fpm_trace_close(pid_t pid) /* {{{ */ in fpm_trace_close()
H A Dfpm_trace_pread.c20 int fpm_trace_signal(pid_t pid) /* {{{ */ in fpm_trace_signal()
30 int fpm_trace_ready(pid_t pid) /* {{{ */ in fpm_trace_ready()
44 int fpm_trace_close(pid_t pid) /* {{{ */ in fpm_trace_close()
H A Dfpm_trace_mach.c44 int fpm_trace_signal(pid_t pid) /* {{{ */ in fpm_trace_signal()
54 int fpm_trace_ready(pid_t pid) /* {{{ */ in fpm_trace_ready()
72 int fpm_trace_close(pid_t pid) /* {{{ */ in fpm_trace_close()
H A Dfpm_children.h20 struct fpm_child_s *fpm_child_find(pid_t pid);
33 pid_t pid;
H A Dfpm_scoreboard.h28 pid_t pid;
91 void fpm_scoreboard_child_use(struct fpm_child_s *child, pid_t pid);
H A Dfpm_process_ctl.h18 int fpm_pctl_kill(pid_t pid, int how);
H A Dfpm.h47 pid_t parent_pid;
H A Dfpm_children.c146 struct fpm_child_s *fpm_child_find(pid_t pid) /* {{{ */ in fpm_child_find()
205 pid_t pid; in fpm_children_bury()
393 pid_t pid; in fpm_children_make()
H A Dfpm_php_trace.c40 pid_t pid = child->pid; in fpm_php_trace_dump()
H A Dfpm_scoreboard.c358 void fpm_scoreboard_child_use(struct fpm_child_s *child, pid_t pid) /* {{{ */ in fpm_scoreboard_child_use()
H A Dfpm_process_ctl.c125 int fpm_pctl_kill(pid_t pid, int how) /* {{{ */ in fpm_pctl_kill()
/PHP-8.1/Zend/
H A Dzend_max_execution_timer.c42 sev.sigev_notify_thread_id = (pid_t) syscall(SYS_gettid); in zend_max_execution_timer_init()
73 …fprintf(stderr, "Setting timer %#jx on thread %d (%ld seconds)...\n", (uintmax_t) timer, (pid_t) s… in zend_max_execution_timer_settime()
94 …fprintf(stderr, "Deleting timer %#jx on thread %d...\n", (uintmax_t) timer, (pid_t) syscall(SYS_ge… in zend_max_execution_timer_shutdown()
H A Dzend_gdb.c120 pid_t pid; in zend_gdb_present()
H A Dzend_globals.h273 pid_t pid;
/PHP-8.1/ext/standard/
H A Dproc_open.h23 typedef pid_t php_process_id_t;
H A Dproc_open.c240 pid_t wait_pid; in proc_open_rsrc_dtor()
362 pid_t wait_pid; in PHP_FUNCTION()
/PHP-8.1/sapi/litespeed/
H A Dlscriu.c137 pid_t m_iPidToDump;
411 static int LSCRIU_Native_Dump(pid_t iPid, in LSCRIU_Native_Dump()
500 pid_t iPid; in LSCRIU_try_checkpoint()
501 pid_t iPidDump = getpid(); in LSCRIU_try_checkpoint()
523 pid_t iPidParent = getppid(); in LSCRIU_try_checkpoint()
/PHP-8.1/ext/ffi/tests/
H A Dbug77706.phpt24 typedef uint32_t pid_t;
27 pid_t getpid(void);
/PHP-8.1/ext/opcache/
H A Dconfig.m4121 pid_t pid;
200 pid_t pid;
262 pid_t pid;
/PHP-8.1/ext/pcntl/
H A Dpcntl.c526 pid_t id; in PHP_FUNCTION()
596 pid_t child_id; in PHP_FUNCTION()
615 child_id = wait4((pid_t) pid, &status, options, &rusage); in PHP_FUNCTION()
617 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
620 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
645 pid_t child_id; in PHP_FUNCTION()
1515 pid_t pid; in PHP_FUNCTION()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c736 static pid_t
739 pid_t pid; in writechild()
819 pid_t pid; in uncompressbuf()
820 pid_t writepid = -1; in uncompressbuf()
/PHP-8.1/main/
H A Dphp.h95 typedef int pid_t; typedef
/PHP-8.1/ext/sockets/
H A Dconversions.c442 pid_t ival; in from_zval_write_pid_t()
449 if (lval < 0 || (pid_t)lval != lval) { /* pid_t is signed */ in from_zval_write_pid_t()
455 ival = (pid_t)lval; in from_zval_write_pid_t()
528 pid_t ival; in to_zval_read_pid_t()
/PHP-8.1/ext/session/
H A Dmod_mm.c56 pid_t owner;

Completed in 72 milliseconds

12