/PHP-5.6/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-5.6/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 | 46 if ((which & FPM_CLEANUP_CHILD) == 0 && fpm_globals.parent_pid == getpid()) { in fpm_worker_pool_cleanup()
|
H A D | fpm_events.c | 351 if (fpm_globals.parent_pid != getpid()) { in fpm_event_loop() 383 if (fpm_globals.parent_pid != getpid()) { in fpm_event_loop() 430 if (fpm_globals.parent_pid != getpid()) { in fpm_event_loop()
|
H A D | fpm_process_ctl.c | 446 if (fpm_globals.parent_pid != getpid()) { in fpm_pctl_heartbeat() 471 if (fpm_globals.parent_pid != getpid()) { in fpm_pctl_perform_idle_server_maintenance_heartbeat() 502 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()
|
H A D | zlog.c | 146 …en, "%s: pid %d, %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], getpid(), function, line); in zlog_ex()
|
/PHP-5.6/ext/standard/ |
H A D | php_rand.h | 53 #define GENERATE_SEED() (((long) (time(0) * getpid())) ^ ((long) (1000000.0 * php_combined_lcg(TSRM…
|
H A D | lcg.c | 88 LCG(s2) = (long) getpid(); in lcg_seed()
|
H A D | pageinfo.c | 143 pid = getpid(); in PHP_FUNCTION()
|
/PHP-5.6/main/ |
H A D | win95nt.h | 49 #define getpid _getpid macro
|
/PHP-5.6/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-5.6/ext/zip/lib/ |
H A D | mkstemp.c | 76 pid = getpid(); in _zip_mkstemp()
|
/PHP-5.6/ext/opcache/ |
H A D | zend_accelerator_debug.c | 62 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-5.6/win32/ |
H A D | wsyslog.c | 135 spprintf(&PW32G(log_header), 0, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid()); in openlog()
|
/PHP-5.6/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-5.6/sapi/litespeed/ |
H A D | lsapilib.c | 769 fprintf( stderr, "Pid (%d): enter LVE (%d) : ressult: %d !\n", getpid(), uid, ret ); in lsapi_enterLVE() 789 getpid(), uid, ret, error_msg ); in lsapi_jailLVE() 1045 fprintf(stderr, "%d: bad request header - ERROR#1\n", getpid()); in parseRequest() 1076 fprintf(stderr, "%d: bad request header - ERROR#2\n", getpid()); in parseRequest() 1142 *((int *)&achBuf[12]) = getpid(); in lsapi_notify_pid() 1195 fprintf( stderr, "%d: packetLen < 0\n", getpid() ); in readReq() 1200 fprintf( stderr, "%d: packetLen > %d\n", getpid(), LSAPI_MAX_HEADER_LEN ); in readReq() 1218 fprintf( stderr, "%d: parseRequest error\n", getpid() ); in readReq() 2513 pid = getpid(); in LSAPI_Init_Prefork_Server() 2659 ctime(&tmCur), getpid(), pStatus->m_pid, pStatus->m_iReqCounter, in dump_debug_info() [all …]
|
/PHP-5.6/ext/session/ |
H A D | mod_mm.c | 233 data->owner = getpid(); in ps_mm_initialize() 258 if (data->owner != getpid()) { in ps_mm_destroy()
|
/PHP-5.6/TSRM/ |
H A D | tsrm_win32.c | 638 shm->descriptor->shm_cpid = getpid(); in shmget() 681 shm->descriptor->shm_lpid = getpid(); in shmat() 696 shm->descriptor->shm_lpid = getpid(); in shmdt()
|