Searched refs:kill (Results 1 – 25 of 29) sorted by relevance
12
/PHP-5.3/ext/posix/tests/ |
H A D | posix_kill_basic.phpt | 9 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.3/ext/mysqli/tests/ |
H A D | 071.phpt | 2 mysqli thread_id & kill 18 $ret = $mysql->kill($mysql->thread_id); 45 $ret = $mysql->kill($mysql->thread_id);
|
H A D | mysqli_set_local_infile_handler_kill_link.phpt | 2 mysqli_set_local_infile_handler() - kill database link
|
H A D | mysqli_pconn_kill.phpt | 46 …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 D | mysqli_reconnect.phpt | 55 // after 2+ seconds the server should kill the connection 92 // Give the server a second to really kill the other thread...
|
H A D | mysqli_no_reconnect.phpt | 53 // after 2+ seconds the server should kill the connection 99 // Give the server a second to really kill the other thread...
|
H A D | mysqli_pconn_max_links.phpt | 85 // 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 D | mysqli_insert_id_variation.phpt | 47 /*$link->kill($link->thread_id);
|
H A D | mysqli_poll_kill.phpt | 2 int mysqli_poll() and kill 91 // Yes, 1 - fetch OK packet of kill!
|
H A D | mysqli_class_mysqli_interface.phpt | 35 'kill' => true,
|
H A D | mysqli_class_mysqli_reflection.phpt | 440 Inspecting method 'kill' 456 Inspecting parameter 'connection_id' of method 'kill'
|
/PHP-5.3/sapi/fpm/ |
H A D | php-fpm.service.in | 8 ExecReload=/bin/kill -USR2 $MAINPID
|
H A D | config.m4 | 181 kill(child, SIGKILL);
|
/PHP-5.3/ext/mysql/tests/ |
H A D | mysql_pconn_kill.phpt | 45 …printf("[005] Cannot kill persistent connection thread, [%d] %s\n", mysql_errno($link), mysql_erro… 88 …printf("[013] Cannot kill regular connection thread, [%d] %s\n", mysql_errno($link2), mysql_error(…
|
H A D | mysql_pconn_max_links.phpt | 100 // 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.3/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.c | 142 return kill(pid, s); in fpm_pctl_kill() 155 int res = kill(child->pid, signo); in fpm_pctl_kill_all()
|
/PHP-5.3/sapi/litespeed/ |
H A D | lsapilib.c | 1766 kill( pStatus->m_pid, tobekilled ); in lsapi_check_child_status() 1793 kill( -getpgrp(), SIGKILL ); in lsapi_all_children_must_die() 1932 kill( -getpgrp(), SIGUSR1 ); in lsapi_prefork_server_accept()
|
H A D | lsapi_main.c | 857 kill( -getpgrp(), SIGUSR1 ); in start_children()
|
/PHP-5.3/Zend/ |
H A D | Zend.m4 | 100 AC_CHECK_FUNCS(memcpy strdup getpid kill strtod strtol finite fpclass sigsetjmp)
|
H A D | zend_alloc.c | 92 kill(getpid(), SIGSEGV); in zend_mm_panic()
|
/PHP-5.3/ext/mysqli/ |
H A D | mysqli_fe.c | 499 PHP_FALIAS(kill,mysqli_kill, arginfo_class_mysqli_kill)
|
/PHP-5.3/ext/posix/ |
H A D | posix.c | 402 if (kill(pid, sig) < 0) { in PHP_FUNCTION()
|
/PHP-5.3/ext/standard/ |
H A D | proc_open.c | 355 if (kill(proc->child, sig_no) == 0) { in PHP_FUNCTION()
|
/PHP-5.3/ext/mysqlnd/ |
H A D | mysqlnd.c | 1551 MYSQLND_METHOD(mysqlnd_conn, kill)(MYSQLND * conn, unsigned int pid TSRMLS_DC) in MYSQLND_METHOD() argument 2290 MYSQLND_METHOD(mysqlnd_conn, kill),
|
/PHP-5.3/sapi/cgi/ |
H A D | cgi_main.c | 1384 kill(-pgroup, SIGTERM);
|
Completed in 65 milliseconds
12