Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 25 of 29) sorted by relevance

12

/PHP-5.5/ext/posix/tests/
H A Dposix_kill_basic.phpt9 echo "Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions\n";
14 // TODO Once we have PS open working beef up this test to create a process and kill it
33 Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions
/PHP-5.5/ext/mysqli/tests/
H A D071.phpt2 mysqli thread_id & kill
18 $ret = $mysql->kill($mysql->thread_id);
45 $ret = $mysql->kill($mysql->thread_id);
H A Dmysqli_pconn_kill.phpt46 …printf("[006] Cannot kill persistent connection, [%d] %s\n", mysqli_errno($link), mysqli_error($li…
48 // Give the server think-time to kill the pthread
H A Dmysqli_reconnect.phpt55 // after 2+ seconds the server should kill the connection
92 // Give the server a second to really kill the other thread...
H A Dmysqli_no_reconnect.phpt53 // after 2+ seconds the server should kill the connection
99 // Give the server a second to really kill the other thread...
H A Dmysqli_pconn_max_links.phpt85 // change the password for the second DB user and kill the persistent connection
90 // change the password for the second DB user and kill the persistent connection
99 // give the server a second to really kill the thread
H A Dmysqli_insert_id_variation.phpt47 /*$link->kill($link->thread_id);
H A Dmysqli_poll_kill.phpt2 int mysqli_poll() and kill
91 // Yes, 1 - fetch OK packet of kill!
H A Dmysqli_class_mysqli_interface.phpt36 'kill' => true,
H A Dmysqli_class_mysqli_reflection.phpt466 Inspecting method 'kill'
482 Inspecting parameter 'connection_id' of method 'kill'
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.service.in9 ExecReload=/bin/kill -USR2 $MAINPID
H A Dconfig.m4181 kill(child, SIGKILL);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_kill.phpt45 …printf("[005] Cannot kill persistent connection thread, [%d] %s\n", mysql_errno($link), mysql_erro…
86 …printf("[013] Cannot kill regular connection thread, [%d] %s\n", mysql_errno($link2), mysql_error(…
H A Dmysql_pconn_max_links.phpt100 // change the password for the second DB user and kill the persistent connection
116 // give the server a second to really kill the thread
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_process_ctl.c142 return kill(pid, s); in fpm_pctl_kill()
155 int res = kill(child->pid, signo); in fpm_pctl_kill_all()
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c532 PHP_FALIAS(kill,mysqli_kill, arginfo_class_mysqli_kill)
/PHP-5.5/Zend/
H A DZend.m4100 AC_CHECK_FUNCS(memcpy strdup getpid kill strtod strtol finite fpclass sigsetjmp)
H A Dzend_alloc.c92 kill(getpid(), SIGSEGV); in zend_mm_panic()
/PHP-5.5/ext/posix/
H A Dposix.c402 if (kill(pid, sig) < 0) { in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dproc_open.c312 if (kill(proc->child, sig_no) == 0) { in PHP_FUNCTION()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c992 kill( -getpgrp(), SIGUSR1 ); in start_children()
H A Dlsapilib.c2599 if ( kill( s_pid_dump_debug_info, 0 ) == 0 ) in dump_debug_info()
2668 if (( kill( pStatus->m_pid, tobekilled ) == -1 )&&( errno == ESRCH )) in lsapi_check_child_status()
2705 kill( -getpgrp(), SIGKILL ); in lsapi_all_children_must_die()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c577 if (kill(mem_usage_check->l_pid, SIGKILL)) { in kill_all_lockers()
582 if (kill(mem_usage_check->l_pid, 0)) { in kill_all_lockers()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1758 MYSQLND_METHOD(mysqlnd_conn_data, kill)(MYSQLND_CONN_DATA * conn, unsigned int pid TSRMLS_DC) argument
2968 MYSQLND_METHOD(mysqlnd_conn_data, kill),
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1446 kill(-pgroup, SIGTERM);

Completed in 88 milliseconds

12