Home
last modified time | relevance | path

Searched refs:getpid (Results 1 – 25 of 48) sorted by last modified time

12

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c2580 …or(E_WARNING, "Error while sending %s packet. PID=%d", mysqlnd_command_to_text[command], getpid()); in MYSQLND_METHOD()
2720 …G, "Error while reading %s's response packet. PID=%d", mysqlnd_command_to_text[command], getpid()); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c1504 php_error_docref(NULL, E_WARNING, "Serious error. PID=%d", getpid());
H A Dmysqlnd_auth.c863 php_error(E_WARNING, "Error while sending public key request packet. PID=%d", getpid()); in mysqlnd_sha256_get_rsa_key()
869 php_error(E_WARNING, "Error while receiving public key. PID=%d", getpid()); in mysqlnd_sha256_get_rsa_key()
1146 php_error(E_WARNING, "Error while sending public key request packet. PID=%d", getpid()); in mysqlnd_caching_sha2_get_key()
1152 php_error(E_WARNING, "Error while receiving public key. PID=%d", getpid()); in mysqlnd_caching_sha2_get_key()
H A Dmysqlnd_debug.c713 ret->pid = getpid(); in mysqlnd_debug_init()
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c178 level_names[flags & ZLOG_LEVEL_MASK], getpid(), function, line); in zlog_buf_prefix()
H A Dfpm_worker_pool.c56 if ((which & FPM_CLEANUP_CHILD) == 0 && fpm_globals.parent_pid == getpid()) { in fpm_worker_pool_cleanup()
H A Dfpm_children.c355 fpm_scoreboard_child_use(child, getpid()); in fpm_child_resources_use()
H A Dfpm_unix.c578 fpm_globals.parent_pid = getpid(); in fpm_unix_init_main()
/PHP-7.4/TSRM/
H A Dtsrm_win32.c681 shm->descriptor->shm_cpid = getpid(); in shmget()
720 shm->descriptor->shm_lpid = getpid(); in shmat()
736 shm->descriptor->shm_lpid = getpid(); in shmdt()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2417 zend_accel_error(ACCEL_LOG_WARNING, "Stuck count for pid %d", getpid()); in accel_activate()
2821 int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_VMMAP, getpid()}; in accel_move_code_to_huge_pages()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1475 fprintf(stderr, "FastCGI shutdown, pid %d\n", getpid());
2099 fprintf(stderr, "Wait for kids, pid %d\n", getpid());
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c528 php_cli_server_master = getpid(); in sapi_cli_server_startup()
779 fprintf(stderr, "[%ld] [%s] %s\n", (long) getpid(), buf, msg); in sapi_cli_server_log_write()
2344 getpid() == php_cli_server_master) { in php_cli_server_dtor()
/PHP-7.4/Zend/
H A Dzend_alloc.c364 kill(getpid(), SIGSEGV); in zend_mm_panic()
H A Dzend_signal.c203 kill(getpid(), signo); in zend_signal_handler()
206 kill(getpid(), signo); in zend_signal_handler()
H A DZend.m4149 AC_CHECK_FUNCS(getpid kill finite sigsetjmp)
/PHP-7.4/sapi/fpm/fpm/events/
H A Dport.c160 if (fpm_globals.parent_pid != getpid()) { in fpm_event_port_wait()
/PHP-7.4/main/
H A Dphp.h114 # define getpid _getpid macro
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1355 zend_long pid = getpid(); in PHP_FUNCTION()
1394 zend_long pid = getpid(); in PHP_FUNCTION()
/PHP-7.4/ext/posix/
H A Dposix.c481 PHP_POSIX_RETURN_LONG_FUNC(getpid); in PHP_FUNCTION()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c903 getuid(), getpid(), in LSAPI_perror_r()
1352 *((int *)&achBuf[12]) = getpid(); in lsapi_notify_pid()
2774 s_pid = getpid(); in LSAPI_Init_Prefork_Server()
3264 s_pid = getpid(); in lsapi_prefork_server_accept()
3346 s_pid = getpid(); in LSAPI_Postfork_Child()
H A Dlscriu.c468 getpid(), getppid()); in LSCRIU_CloudLinux_Checkpoint()
503 pid_t iPidDump = getpid(); in LSCRIU_try_checkpoint()
566 getpid(), image_path); in init_native_env()
588 getpid(), n); in LSCRIU_Init_Env_Parameters()
592 getpid()); in LSCRIU_Init_Env_Parameters()
597 getpid()); in LSCRIU_Init_Env_Parameters()
627 lscriu_dbg("LSCRIU (%d): Use %s\n", getpid(), in LSCRIU_Init_Env_Parameters()
679 getpid()); in LSCRIU_inc_req_procssed()
684 getpid()); in LSCRIU_inc_req_procssed()
692 lscriu_dbg("LSCRIU (%d): LSCRIU_on_timer\n", getpid()); in LSCRIU_on_timer()
[all …]
/PHP-7.4/ext/session/
H A Dmod_mm.c228 data->owner = getpid(); in ps_mm_initialize()
253 if (data->owner != getpid()) { in ps_mm_destroy()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c378 fcntl(STDIN_FILENO, F_SETOWN, getpid()); in phpdbg_set_async_io()
/PHP-7.4/ext/standard/
H A Dproc_open.c1014 int my_pid = getpid(); in PHP_FUNCTION()
/PHP-7.4/ext/gd/libgd/
H A Dgd_filter.c26 # define GD_SCATTER_SEED() (unsigned int)(time(0) * getpid())

Completed in 120 milliseconds

12