Home
last modified time | relevance | path

Searched refs:pid_t (Results 1 – 25 of 37) 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;
92 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.c361 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.c53 pid_t pid = getpid(); in zend_max_execution_timer_init()
66 sev.sigev_notify_thread_id = (pid_t) syscall(SYS_gettid); in zend_max_execution_timer_init()
109 …fprintf(stderr, "Setting timer %#jx on thread %d (%ld seconds)...\n", (uintmax_t) timer, (pid_t) s… in zend_max_execution_timer_settime()
130 …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.h311 pid_t pid;
/php-src/ext/standard/
H A Dproc_open.h23 typedef pid_t php_process_id_t;
H A Dproc_open.c239 static pid_t waitpid_cached(php_process_handle *proc, int *wait_status, int options) in waitpid_cached()
246 pid_t wait_pid = waitpid(proc->child, wait_status, options); in waitpid_cached()
271 pid_t wait_pid; in proc_open_rsrc_dtor()
393 pid_t wait_pid; in PHP_FUNCTION()
/php-src/sapi/litespeed/
H A Dlscriu.c137 pid_t m_iPidToDump;
411 static int LSCRIU_Native_Dump(pid_t iPid, in LSCRIU_Native_Dump()
499 pid_t iPid; in LSCRIU_try_checkpoint()
500 pid_t iPidDump = getpid(); in LSCRIU_try_checkpoint()
522 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.c267 pid_t id; in PHP_FUNCTION()
354 pid_t child_id; in PHP_FUNCTION()
377 child_id = wait4((pid_t) pid, &status, options, &rusage); in PHP_FUNCTION()
379 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
382 child_id = waitpid((pid_t) pid, &status, options); in PHP_FUNCTION()
440 pid_t child_id; in PHP_FUNCTION()
1469 pid_t pid; in PHP_FUNCTION()
1531 pid_t pid; in PHP_FUNCTION()
/php-src/ext/opcache/
H A Dconfig.m4119 pid_t pid;
201 pid_t pid;
265 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.c566 static bool ir_gdb_info_proc(pid_t pid, struct kinfo_proc *proc) in ir_gdb_info_proc()
591 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 66 milliseconds

12