Home
last modified time | relevance | path

Searched refs:pid (Results 101 – 116 of 116) sorted by relevance

12345

/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c1152 pid_t pid; in start_children() local
1170 pid = fork(); in start_children()
1171 switch( pid ) { in start_children()
1192 pid = wait( &status ); in start_children()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_unix.c495 pid_t pid = fork(); in fpm_unix_init_main() local
496 switch (pid) { in fpm_unix_init_main()
H A Dfpm_status.c445 proc.pid, in fpm_status_handle_request()
H A Dfpm_conf.c1677 if (fpm_globals.pid && *fpm_globals.pid) { in fpm_conf_init_main()
1678 fpm_global_config.pid_file = strdup(fpm_globals.pid); in fpm_conf_init_main()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_debug.h48 int pid; member
H A Dmysqlnd.h201 #define mysqlnd_kill(conn, pid) ((conn)->data)->m->kill_connection((conn)->data, (pid)) argument
H A Dmysqlnd.c1782 MYSQLND_METHOD(mysqlnd_conn_data, kill)(MYSQLND_CONN_DATA * conn, unsigned int pid)
1789 DBG_INF_FMT("conn=%llu pid=%u", conn->thread_id, pid);
1792 int4store(buff, pid);
1795 if (pid != conn->thread_id) {
H A Dmysqlnd_structs.h438 …func_status (*func_mysqlnd_conn_data__kill_connection)(MYSQLND_CONN_DATA * conn, unsigned int pid);
/PHP-7.0/ext/fileinfo/libmagic/
H A Dcompress.c506 while (waitpid(pid, NULL, WNOHANG) != -1) in uncompressbuf()
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c2001 pid_t pid; local
2030 pid = fork();
2031 switch (pid) {
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in193 ; pid - the PID of the process;
217 ; pid: 31330
H A Dconfig.m4276 AC_DEFINE_UNQUOTED([PROC_MEM_FILE], "$proc_mem_file", [/proc/pid/mem interface])
/PHP-7.0/ext/sockets/
H A Dconversions.c1310 {"pid", sizeof("pid"), 1, offsetof(struct ucred, pid), from_zval_write_pid_t, to_zval_read_pid_t},
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch1381 + while (waitpid(pid, NULL, WNOHANG) != -1)
/PHP-7.0/
H A DINSTALL385 PHP_PID=/tmp/php.pid
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c42776 DWORD pid = osGetCurrentProcessId();
42777 xorMemory(&e, (unsigned char*)&pid, sizeof(DWORD));

Completed in 458 milliseconds

12345