Home
last modified time | relevance | path

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

12

/php-src/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.c22 int fpm_trace_signal(pid_t pid) /* {{{ */ in fpm_trace_signal()
32 int fpm_trace_ready(pid_t pid) /* {{{ */ in fpm_trace_ready()
46 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()
224 pid_t pid; in fpm_children_bury()
412 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-src/Zend/
H A Dzend_max_execution_timer.c48 pid_t pid = getpid(); in zend_max_execution_timer_init()
61 sev.sigev_notify_thread_id = (pid_t) syscall(SYS_gettid); in zend_max_execution_timer_init()
98 …fprintf(stderr, "Setting timer %#jx on thread %d (%ld seconds)...\n", (uintmax_t) timer, (pid_t) s… in zend_max_execution_timer_settime()
119 …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.h304 pid_t pid;
/php-src/ext/standard/
H A Dproc_open.h23 typedef pid_t php_process_id_t;
H A Dproc_open.c240 static pid_t waitpid_cached(php_process_handle *proc, int *wait_status, int options) in waitpid_cached()
247 pid_t wait_pid = waitpid(proc->child, wait_status, options); in waitpid_cached()
272 pid_t wait_pid; in proc_open_rsrc_dtor()
394 pid_t wait_pid; in PHP_FUNCTION()
/php-src/sapi/litespeed/
H A Dlscriu.c139 pid_t m_iPidToDump;
413 static int LSCRIU_Native_Dump(pid_t iPid, in LSCRIU_Native_Dump()
501 pid_t iPid; in LSCRIU_try_checkpoint()
502 pid_t iPidDump = getpid(); in LSCRIU_try_checkpoint()
524 pid_t iPidParent = getppid(); in LSCRIU_try_checkpoint()
/php-src/ext/ffi/tests/
H A Dbug77706.phpt24 typedef uint32_t pid_t;
27 pid_t getpid(void);
/php-src/ext/pcntl/
H A Dpcntl.c232 pid_t id; in PHP_FUNCTION()
319 pid_t child_id; in PHP_FUNCTION()
342 child_id = wait4((pid_t) pid, &status, options, &rusage); in PHP_FUNCTION()
344 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
347 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
372 pid_t child_id; in PHP_FUNCTION()
1387 pid_t pid; in PHP_FUNCTION()
1449 pid_t pid; in PHP_FUNCTION()
/php-src/ext/opcache/
H A Dconfig.m4118 pid_t pid;
197 pid_t pid;
266 pid_t pid;
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c934 static pid_t
937 pid_t pid; in writechild()
1058 pid_t pid; in uncompressbuf()
1059 pid_t writepid = -1; in uncompressbuf()
1158 if (writepid == (pid_t)-1) { in uncompressbuf()
/php-src/main/
H A Dphp.h95 typedef int pid_t; typedef
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c565 static bool ir_gdb_info_proc(pid_t pid, struct kinfo_proc *proc) in ir_gdb_info_proc()
590 pid_t pid; in ir_gdb_present()
/php-src/ext/sockets/
H A Dconversions.c450 pid_t ival; in from_zval_write_pid_t()
457 if (lval < 0 || (pid_t)lval != lval) { /* pid_t is signed */ in from_zval_write_pid_t()
463 ival = (pid_t)lval; in from_zval_write_pid_t()
536 pid_t ival; in to_zval_read_pid_t()

Completed in 91 milliseconds

12