Home
last modified time | relevance | path

Searched refs:getpid (Results 1 – 25 of 48) sorted by path

12

/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/Zend/
H A DZend.m4149 AC_CHECK_FUNCS(getpid kill finite sigsetjmp)
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()
/PHP-7.4/ext/ffi/tests/
H A Dbug77706.phpt26 pid_t getpid(void);
/PHP-7.4/ext/gd/libgd/
H A Dgd_filter.c26 # define GD_SCATTER_SEED() (unsigned int)(time(0) * getpid())
H A Dwebpng.c12 getpid () in getpid() function
255 snprintf (outFn, sizeof(outFn), "webpng.tmp%d", getpid ()); in main()
/PHP-7.4/ext/mysqlnd/
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_commands.c635 php_error_docref(NULL, E_WARNING, "Error while reading greeting packet. PID=%d", getpid()); in MYSQLND_METHOD()
H A Dmysqlnd_connection.c1504 php_error_docref(NULL, E_WARNING, "Serious error. PID=%d", getpid());
H A Dmysqlnd_debug.c713 ret->pid = getpid(); in mysqlnd_debug_init()
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()
/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()
H A Dconfig.m4171 sprintf(tmpname,"/opcache.test.shm.%dXXXXXX", getpid());
H A Dshared_alloc_posix.c53 sprintf(shared_segment_name, "/ZendAccelerator.%d", getpid()); in create_segments()
H A Dzend_accelerator_debug.c59 fprintf(fLog, "%s (%d): ", time_string, getpid()); in zend_accel_error()
H A Dzend_shared_alloc.c459 mem_write_lock.l_pid = getpid(); in zend_shared_alloc_lock()
/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/ext/posix/tests/
H A Dposix_getpid_basic.phpt9 echo "Basic test of POSIX getpid function\n";
18 Basic test of POSIX getpid function
/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/ext/standard/
H A Dlcg.c86 LCG(s2) = (zend_long) getpid(); in lcg_seed()
H A Dpageinfo.c141 pid = getpid(); in PHP_FUNCTION()
H A Dphp_rand.h68 #define GENERATE_SEED() (((zend_long) (time(0) * getpid())) ^ ((zend_long) (1000000.0 * php_combine…
H A Dproc_open.c1014 int my_pid = getpid(); in PHP_FUNCTION()

Completed in 88 milliseconds

12