/PHP-7.1/sapi/litespeed/ |
H A D | lscriu.c | 490 getpid(), getppid()); in LSCRIU_CloudLinux_Checkpoint() 525 pid_t iPidDump = getpid(); in LSCRIU_try_checkpoint() 529 getpid()); in LSCRIU_try_checkpoint() 551 s_pid = getpid(); in LSCRIU_try_checkpoint() 591 getpid(), image_path); in init_native_env() 613 getpid(), n); in LSCRIU_Init_Env_Parameters() 617 getpid()); in LSCRIU_Init_Env_Parameters() 622 getpid()); in LSCRIU_Init_Env_Parameters() 705 getpid()); in LSCRIU_inc_req_procssed() 710 getpid()); in LSCRIU_inc_req_procssed() [all …]
|
H A D | lsapilib.c | 871 int n = snprintf(achError, sizeof(achError), "[%d] %s:%s: %s\n", getpid(), in LSAPI_perror_r() 938 getpid(), uid, ret, error_msg ); in lsapi_jailLVE() 1206 fprintf(stderr, "%d: bad request header - ERROR#1\n", getpid()); in parseRequest() 1237 fprintf(stderr, "%d: bad request header - ERROR#2\n", getpid()); in parseRequest() 1320 *((int *)&achBuf[12]) = getpid(); in lsapi_notify_pid() 1375 fprintf( stderr, "%d: packetLen < 0\n", getpid() ); in readReq() 1398 fprintf( stderr, "%d: parseRequest error\n", getpid() ); in readReq() 2694 s_pid = getpid(); in LSAPI_Init_Prefork_Server() 2881 "time: %ld\n", ctime(&tmCur), getpid(), pStatus->m_pid, in dump_debug_info() 2970 " count: %d, idle: %d, dying: %d\n", getpid(), in lsapi_check_child_status() [all …]
|
/PHP-7.1/ext/posix/tests/ |
H A D | posix_getpid_basic.phpt | 9 echo "Basic test of POSIX getpid function\n"; 18 Basic test of POSIX getpid function
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_systemd.c | 52 if (fpm_globals.parent_pid != getpid()) { in fpm_systemd_heartbeat() 65 (unsigned long) getpid())) { in fpm_systemd_heartbeat()
|
H A D | fpm_worker_pool.c | 45 if ((which & FPM_CLEANUP_CHILD) == 0 && fpm_globals.parent_pid == getpid()) { in fpm_worker_pool_cleanup()
|
H A D | fpm_events.c | 350 if (fpm_globals.parent_pid != getpid()) { in fpm_event_loop() 382 if (fpm_globals.parent_pid != getpid()) { in fpm_event_loop() 429 if (fpm_globals.parent_pid != getpid()) { in fpm_event_loop()
|
H A D | fpm_process_ctl.c | 445 if (fpm_globals.parent_pid != getpid()) { in fpm_pctl_heartbeat() 470 if (fpm_globals.parent_pid != getpid()) { in fpm_pctl_perform_idle_server_maintenance_heartbeat() 501 if (fpm_globals.parent_pid != getpid()) { in fpm_pctl_on_socket_accept()
|
H A D | fpm_signals.c | 168 if (fpm_globals.parent_pid != getpid()) { in sig_handler()
|
H A D | zlog.c | 146 …en, "%s: pid %d, %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], getpid(), function, line); in vzlog()
|
/PHP-7.1/ext/standard/ |
H A D | php_rand.h | 72 #define GENERATE_SEED() (((zend_long) (time(0) * getpid())) ^ ((zend_long) (1000000.0 * php_combine…
|
H A D | lcg.c | 88 LCG(s2) = (zend_long) getpid(); in lcg_seed()
|
H A D | pageinfo.c | 143 pid = getpid(); in PHP_FUNCTION()
|
/PHP-7.1/main/ |
H A D | win95nt.h | 48 #define getpid _getpid macro
|
/PHP-7.1/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-7.1/ext/zip/lib/ |
H A D | mkstemp.c | 75 pid = getpid(); in _zip_mkstemp()
|
/PHP-7.1/ext/opcache/ |
H A D | zend_accelerator_debug.c | 59 fprintf(fLog, "%s (%d): ", time_string, getpid()); in zend_accel_error()
|
H A D | shared_alloc_posix.c | 53 sprintf(shared_segment_name, "/ZendAccelerator.%d", getpid()); in create_segments()
|
/PHP-7.1/win32/ |
H A D | wsyslog.c | 130 sprintf_s(PW32G(log_header), header_len, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid()); in openlog()
|
/PHP-7.1/sapi/fpm/fpm/events/ |
H A D | select.c | 126 if (fpm_globals.parent_pid != getpid()) { in fpm_event_select_wait()
|
H A D | port.c | 149 if (fpm_globals.parent_pid != getpid()) { in fpm_event_port_wait()
|
H A D | kqueue.c | 148 if (fpm_globals.parent_pid != getpid()) { in fpm_event_kqueue_wait()
|
H A D | epoll.c | 150 if (fpm_globals.parent_pid != getpid()) { in fpm_event_epoll_wait()
|
H A D | devpoll.c | 185 if (fpm_globals.parent_pid != getpid()) { in fpm_event_devpoll_wait()
|
H A D | poll.c | 170 if (fpm_globals.parent_pid != getpid()) { in fpm_event_poll_wait()
|
/PHP-7.1/Zend/ |
H A D | zend_signal.c | 206 kill(getpid(), signo); in zend_signal_handler() 209 kill(getpid(), signo); in zend_signal_handler()
|