/php-src/sapi/litespeed/ |
H A D | lscriu.c | 466 getpid(), getppid()); in LSCRIU_CloudLinux_Checkpoint() 500 pid_t iPidDump = getpid(); in LSCRIU_try_checkpoint() 563 getpid(), image_path); in init_native_env() 585 getpid(), n); in LSCRIU_Init_Env_Parameters() 589 getpid()); in LSCRIU_Init_Env_Parameters() 594 getpid()); in LSCRIU_Init_Env_Parameters() 624 lscriu_dbg("LSCRIU (%d): Use %s\n", getpid(), in LSCRIU_Init_Env_Parameters() 678 getpid()); in LSCRIU_inc_req_processed() 683 getpid()); in LSCRIU_inc_req_processed() 691 lscriu_dbg("LSCRIU (%d): LSCRIU_on_timer\n", getpid()); in LSCRIU_on_timer() [all …]
|
/php-src/ext/posix/tests/ |
H A D | posix_getpid_basic.phpt | 7 echo "Basic test of POSIX getpid function\n"; 16 Basic test of POSIX getpid function
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_systemd.c | 51 if (fpm_globals.parent_pid != getpid()) { in fpm_systemd_heartbeat() 64 (unsigned long) getpid())) { in fpm_systemd_heartbeat()
|
H A D | fpm_worker_pool.c | 59 if ((which & FPM_CLEANUP_CHILD) == 0 && fpm_globals.parent_pid == getpid()) { in fpm_worker_pool_cleanup()
|
H A D | fpm_events.c | 358 if (fpm_globals.parent_pid != getpid()) { in fpm_event_loop() 390 if (fpm_globals.parent_pid != getpid()) { in fpm_event_loop() 461 if (fpm_globals.parent_pid != getpid()) { in fpm_event_loop()
|
H A D | fpm_process_ctl.c | 464 if (fpm_globals.parent_pid != getpid()) { in fpm_pctl_heartbeat() 489 if (fpm_globals.parent_pid != getpid()) { in fpm_pctl_perform_idle_server_maintenance_heartbeat() 520 if (fpm_globals.parent_pid != getpid()) { in fpm_pctl_on_socket_accept()
|
H A D | fpm_signals.c | 169 if (fpm_globals.parent_pid != getpid()) { in sig_handler()
|
/php-src/Zend/ |
H A D | zend_max_execution_timer.c | 53 pid_t pid = getpid(); in zend_max_execution_timer_init() 121 if (EG(pid) != getpid()) { in zend_max_execution_timer_shutdown()
|
H A D | zend_call_stack.c | 123 return getpid() == gettid(); in zend_call_stack_is_main_thread() 125 return getpid() == syscall(SYS_gettid); in zend_call_stack_is_main_thread() 626 int mib[5] = { CTL_VM, VM_PROC, VM_PROC_MAP, getpid(), sizeof(struct kinfo_vmentry) }; in zend_call_stack_get_netbsd_vm() 717 pid = getpid(); in zend_call_stack_get_solaris_proc_maps()
|
H A D | zend_gdb.c | 146 struct kinfo_proc *proc = kinfo_getproc(getpid()); in zend_gdb_present()
|
H A D | zend_signal.c | 206 kill(getpid(), signo); in zend_signal_handler() 209 kill(getpid(), signo); in zend_signal_handler()
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_perf.c | 108 snprintf(filename, sizeof(filename), "/tmp/jit-%d.dump", getpid()); in ir_perf_jitdump_open() 174 jit_hdr.process_id = getpid(); in ir_perf_jitdump_open() 236 rec.process_id = getpid(); in ir_perf_jitdump_register() 259 snprintf(filename, sizeof(filename), "/tmp/perf-%d.map", getpid()); in ir_perf_map_register()
|
/php-src/ext/gd/libgd/ |
H A D | webpng.c | 12 getpid () in getpid() function 255 snprintf (outFn, sizeof(outFn), "webpng.tmp%d", getpid ()); in main()
|
/php-src/ext/standard/ |
H A D | pageinfo.c | 124 pid = getpid(); in PHP_FUNCTION()
|
/php-src/sapi/fpm/fpm/events/ |
H A D | select.c | 121 if (fpm_globals.parent_pid != getpid()) { in fpm_event_select_wait()
|
H A D | port.c | 163 if (fpm_globals.parent_pid != getpid()) { in fpm_event_port_wait()
|
H A D | kqueue.c | 142 if (fpm_globals.parent_pid != getpid()) { in fpm_event_kqueue_wait()
|
H A D | epoll.c | 144 if (fpm_globals.parent_pid != getpid()) { in fpm_event_epoll_wait()
|
H A D | poll.c | 163 if (fpm_globals.parent_pid != getpid()) { in fpm_event_poll_wait()
|
/php-src/ext/opcache/ |
H A D | zend_accelerator_debug.c | 58 fprintf(fLog, "%s (%d): ", time_string, getpid()); in zend_accel_error_va_args()
|
H A D | shared_alloc_posix.c | 80 snprintf(shared_segment_name, sizeof(shared_segment_name), "/ZendAccelerator.%d", getpid()); in create_segments()
|
H A D | shared_alloc_mmap.c | 123 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()}; in find_prefered_mmap_base() 189 if (procctl(P_PID, getpid(), PROC_WXMAP_CTL, &enable_wxmap) == -1) { in create_segments()
|
/php-src/win32/ |
H A D | wsyslog.c | 155 sprintf_s(PW32G(log_header), header_len, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid()); in openlog()
|
/php-src/ext/ffi/tests/ |
H A D | bug77706.phpt | 27 pid_t getpid(void);
|
/php-src/ext/session/ |
H A D | mod_mm.c | 225 data->owner = getpid(); in ps_mm_initialize() 249 if (data->owner != getpid()) { in ps_mm_destroy()
|