Home
last modified time | relevance | path

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

12

/PHP-7.4/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-7.4/ext/pcntl/tests/
H A D001.phpt2 Test pcntl wait functionality
70 print "Staring wait.h tests....";
76 Staring wait.h tests....
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.h25 PHPDBG_COMMAND(wait);
H A Dphpdbg_prompt.h64 PHPDBG_COMMAND(wait); /* }}} */
/PHP-7.4/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-7.4/ext/opcache/
H A Dconfig.m428 #include <sys/wait.h>
79 if (wait(&status) != pid) {
98 #include <sys/wait.h>
131 if (wait(&status) != pid) {
151 #include <sys/wait.h>
201 if (wait(&status) != pid) {
/PHP-7.4/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-7.4/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-7.4/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-7.4/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-7.4/sapi/fpm/fpm/
H A Dfpm_events.h35 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout); member
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-7.4/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.
/PHP-7.4/sapi/fpm/fpm/events/
H A Dselect.c46 .wait = fpm_event_select_wait,
H A Dport.c41 .wait = fpm_event_port_wait,
H A Dkqueue.c43 .wait = fpm_event_kqueue_wait,
H A Depoll.c40 .wait = fpm_event_epoll_wait,
H A Ddevpoll.c44 .wait = fpm_event_devpoll_wait,
/PHP-7.4/ext/opcache/tests/
H A Dphp_cli_server.inc23 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.4/ext/curl/tests/
H A Dserver.inc24 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.4/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-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl1.phpt15 // (it will show up the first time, or if you wait a while before running it again.)

Completed in 53 milliseconds

12