Home
last modified time | relevance | path

Searched refs:getpid (Results 26 – 48 of 48) sorted by relevance

12

/PHP-7.4/main/
H A Dphp.h114 # define getpid _getpid macro
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_log.c340 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%ld", (long)getpid()); in fpm_log_write()
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()
H A Dzlog.c178 level_names[flags & ZLOG_LEVEL_MASK], getpid(), function, line); in zlog_buf_prefix()
/PHP-7.4/ext/opcache/
H A Dconfig.m4171 sprintf(tmpname,"/opcache.test.shm.%dXXXXXX", getpid());
H A Dzend_shared_alloc.c459 mem_write_lock.l_pid = getpid(); in zend_shared_alloc_lock()
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/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/gd/libgd/
H A Dgd_filter.c26 # define GD_SCATTER_SEED() (unsigned int)(time(0) * getpid())
/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()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_debug.c713 ret->pid = getpid(); in mysqlnd_debug_init()
H A Dmysqlnd_commands.c635 php_error_docref(NULL, E_WARNING, "Error while reading greeting packet. PID=%d", getpid()); in MYSQLND_METHOD()
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());
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c378 fcntl(STDIN_FILENO, F_SETOWN, getpid()); in phpdbg_set_async_io()
/PHP-7.4/Zend/
H A DZend.m4149 AC_CHECK_FUNCS(getpid kill finite sigsetjmp)
H A Dzend_alloc.c364 kill(getpid(), SIGSEGV); in zend_mm_panic()
/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/sapi/fpm/
H A Dconfig.m4247 sprintf(buf, "/proc/%d/$proc_mem_file", getpid());
/PHP-7.4/ext/posix/
H A Dposix.c481 PHP_POSIX_RETURN_LONG_FUNC(getpid); in PHP_FUNCTION()
/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/ext/standard/
H A Dproc_open.c1014 int my_pid = getpid(); in PHP_FUNCTION()

Completed in 116 milliseconds

12