Searched refs:pid_t (Results 1 – 25 of 37) sorted by relevance
12
/php-src/sapi/fpm/fpm/ |
H A D | fpm_trace.h | 8 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 D | fpm_trace_ptrace.c | 25 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 D | fpm_trace_pread.c | 22 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 D | fpm_trace_mach.c | 44 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 D | fpm_children.h | 20 struct fpm_child_s *fpm_child_find(pid_t pid); 33 pid_t pid;
|
H A D | fpm_scoreboard.h | 28 pid_t pid; 92 void fpm_scoreboard_child_use(struct fpm_child_s *child, pid_t pid);
|
H A D | fpm_process_ctl.h | 18 int fpm_pctl_kill(pid_t pid, int how);
|
H A D | fpm.h | 47 pid_t parent_pid;
|
H A D | fpm_children.c | 146 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 D | fpm_php_trace.c | 40 pid_t pid = child->pid; in fpm_php_trace_dump()
|
H A D | fpm_scoreboard.c | 361 void fpm_scoreboard_child_use(struct fpm_child_s *child, pid_t pid) /* {{{ */ in fpm_scoreboard_child_use()
|
H A D | fpm_process_ctl.c | 125 int fpm_pctl_kill(pid_t pid, int how) /* {{{ */ in fpm_pctl_kill()
|
/php-src/Zend/ |
H A D | zend_max_execution_timer.c | 53 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 D | zend_gdb.c | 120 pid_t pid; in zend_gdb_present()
|
H A D | zend_globals.h | 311 pid_t pid;
|
/php-src/ext/standard/ |
H A D | proc_open.h | 23 typedef pid_t php_process_id_t;
|
H A D | proc_open.c | 239 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 D | lscriu.c | 137 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 D | bug77706.phpt | 24 typedef uint32_t pid_t; 27 pid_t getpid(void);
|
/php-src/ext/pcntl/ |
H A D | pcntl.c | 267 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 D | config.m4 | 119 pid_t pid; 201 pid_t pid; 265 pid_t pid;
|
/php-src/ext/fileinfo/libmagic/ |
H A D | compress.c | 934 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 D | php.h | 95 typedef int pid_t; typedef
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_gdb.c | 566 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 D | conversions.c | 450 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