Home
last modified time | relevance | path

Searched refs:getpid (Results 1 – 25 of 52) sorted by relevance

123

/php-src/sapi/litespeed/
H A Dlscriu.c466 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 Dposix_getpid_basic.phpt7 echo "Basic test of POSIX getpid function\n";
16 Basic test of POSIX getpid function
/php-src/sapi/fpm/fpm/
H A Dfpm_systemd.c51 if (fpm_globals.parent_pid != getpid()) { in fpm_systemd_heartbeat()
64 (unsigned long) getpid())) { in fpm_systemd_heartbeat()
H A Dfpm_worker_pool.c59 if ((which & FPM_CLEANUP_CHILD) == 0 && fpm_globals.parent_pid == getpid()) { in fpm_worker_pool_cleanup()
H A Dfpm_events.c358 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 Dfpm_process_ctl.c464 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 Dfpm_signals.c169 if (fpm_globals.parent_pid != getpid()) { in sig_handler()
/php-src/Zend/
H A Dzend_max_execution_timer.c53 pid_t pid = getpid(); in zend_max_execution_timer_init()
121 if (EG(pid) != getpid()) { in zend_max_execution_timer_shutdown()
H A Dzend_call_stack.c123 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 Dzend_gdb.c146 struct kinfo_proc *proc = kinfo_getproc(getpid()); in zend_gdb_present()
H A Dzend_signal.c206 kill(getpid(), signo); in zend_signal_handler()
209 kill(getpid(), signo); in zend_signal_handler()
/php-src/ext/opcache/jit/ir/
H A Dir_perf.c108 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 Dwebpng.c12 getpid () in getpid() function
255 snprintf (outFn, sizeof(outFn), "webpng.tmp%d", getpid ()); in main()
/php-src/ext/standard/
H A Dpageinfo.c124 pid = getpid(); in PHP_FUNCTION()
/php-src/sapi/fpm/fpm/events/
H A Dselect.c121 if (fpm_globals.parent_pid != getpid()) { in fpm_event_select_wait()
H A Dport.c163 if (fpm_globals.parent_pid != getpid()) { in fpm_event_port_wait()
H A Dkqueue.c142 if (fpm_globals.parent_pid != getpid()) { in fpm_event_kqueue_wait()
H A Depoll.c144 if (fpm_globals.parent_pid != getpid()) { in fpm_event_epoll_wait()
H A Dpoll.c163 if (fpm_globals.parent_pid != getpid()) { in fpm_event_poll_wait()
/php-src/ext/opcache/
H A Dzend_accelerator_debug.c58 fprintf(fLog, "%s (%d): ", time_string, getpid()); in zend_accel_error_va_args()
H A Dshared_alloc_posix.c80 snprintf(shared_segment_name, sizeof(shared_segment_name), "/ZendAccelerator.%d", getpid()); in create_segments()
H A Dshared_alloc_mmap.c123 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 Dwsyslog.c155 sprintf_s(PW32G(log_header), header_len, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid()); in openlog()
/php-src/ext/ffi/tests/
H A Dbug77706.phpt27 pid_t getpid(void);
/php-src/ext/session/
H A Dmod_mm.c225 data->owner = getpid(); in ps_mm_initialize()
249 if (data->owner != getpid()) { in ps_mm_destroy()

Completed in 37 milliseconds

123