Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 45) sorted by relevance

12

/PHP-8.0/ext/pgsql/tests/
H A D26async_query_prepared.phpt20 while(pg_connection_busy($db)); // busy wait: intended
33 while(pg_connection_busy($db)); // busy wait: intended
75 while(pg_connection_busy($db)); // busy wait: intended
89 while(pg_connection_busy($db)); // busy wait: intended
H A D04async_query.phpt15 while(pg_connection_busy($db)); // busy wait: intended
H A D25async_query_params.phpt20 while(pg_connection_busy($db)); // busy wait: intended
/PHP-8.0/ext/pcntl/tests/
H A D001.phpt2 Test pcntl wait functionality
70 print "Staring wait.h tests....";
76 Staring wait.h tests....
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.h23 PHPDBG_COMMAND(wait);
H A Dphpdbg_prompt.h62 PHPDBG_COMMAND(wait); /* }}} */
/PHP-8.0/ext/pdo_firebird/tests/
H A Dpayload_server.inc12 // First, wait for the payload server to declare itself ready.
40 // Now wait for a connection to succeed.
42 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-8.0/ext/curl/tests/
H A Dserver.inc19 // First, wait for the dev server to declare itself ready.
47 // Now wait for a connection to succeed.
49 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-8.0/ext/mysqli/tests/
H A Dbug79375.phpt2 Bug #79375: mysqli_store_result does not report error from lock wait timeout
150 Lock wait timeout exceeded; try restarting transaction
155 Lock wait timeout exceeded; try restarting transaction
160 Lock wait timeout exceeded; try restarting transaction
165 Lock wait timeout exceeded; try restarting transaction
170 Lock wait timeout exceeded; try restarting transaction
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug79375.phpt2 Bug #79375: mysqli_store_result does not report error from lock wait timeout
103 SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction
108 SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction
113 SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction
/PHP-8.0/ext/standard/tests/streams/
H A Dbug70198.phpt30 the client side will need wait a bit longer to realize it.*/
41 /* wait a bit for the server startup */
/PHP-8.0/ext/openssl/tests/
H A DServerClientTestCase.inc14 ServerClientTestCase::getInstance()->wait($worker, $timeout);
30 * This is a singleton to let the wait/notify functions work
136 public function wait($worker, $timeout = null)
/PHP-8.0/ext/opcache/
H A Dconfig.m4106 #include <sys/wait.h>
157 if (wait(&status) != pid) {
176 #include <sys/wait.h>
209 if (wait(&status) != pid) {
229 #include <sys/wait.h>
279 if (wait(&status) != pid) {
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_events.h35 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout); member
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-8.0/sapi/fpm/tests/
H A Dproc-idle-timeout.phpt37 // wait for process idle timeout
H A Dreload-uses-sigkill-as-last-measure.phpt43 // so we have to wait at least two seconds.
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt45 // wait for process to be killed
/PHP-8.0/sapi/fpm/fpm/events/
H A Dselect.c44 .wait = fpm_event_select_wait,
H A Dport.c39 .wait = fpm_event_port_wait,
H A Dkqueue.c41 .wait = fpm_event_kqueue_wait,
H A Depoll.c38 .wait = fpm_event_epoll_wait,
H A Ddevpoll.c42 .wait = fpm_event_devpoll_wait,
/PHP-8.0/ext/sysvsem/tests/
H A Dnowait.phpt95 // This should fail to get to the semaphore and not wait
101 // The child process did not wait to acquire the semaphore
/PHP-8.0/ext/opcache/tests/
H A Dphp_cli_server.inc23 // it might not be listening yet...need to wait until fsockopen() call returns

Completed in 27 milliseconds

12