Home
last modified time | relevance | path

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

12

/php-src/ext/pcntl/tests/
H A Dpcntl_rfork_nowait.phpt2 Test function pcntl_rfork() with no wait flag.
19 sleep(2); // as the child does not wait so we see its "pid"
H A D001.phpt2 Test pcntl wait functionality
71 print "Staring wait.h tests....";
77 Staring wait.h tests....
/php-src/ext/pgsql/tests/
H A D26async_query_prepared.phpt23 while(pg_connection_busy($db)); // busy wait: intended
36 while(pg_connection_busy($db)); // busy wait: intended
78 while(pg_connection_busy($db)); // busy wait: intended
92 while(pg_connection_busy($db)); // busy wait: intended
H A D25async_query_params.phpt23 while(pg_connection_busy($db)); // busy wait: intended
H A D04async_query.phpt20 while(pg_connection_busy($db)); // busy wait: intended
/php-src/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-src/ext/pdo_mysql/tests/
H A Dbug79375.phpt2 Bug #79375: mysqli_store_result does not report error from lock wait timeout
104 SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction
109 SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction
114 SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction
/php-src/ext/curl/tests/
H A Dserver.inc15 // First, wait for the dev server to declare itself ready.
43 // Now wait for a connection to succeed.
45 // it might not be listening yet...need to wait until fsockopen() call returns
/php-src/ext/mysqli/tests/
H A Dbug79375.phpt2 Bug #79375: mysqli_store_result does not report error from lock wait timeout
151 Lock wait timeout exceeded; try restarting transaction
156 Lock wait timeout exceeded; try restarting transaction
161 Lock wait timeout exceeded; try restarting transaction
166 Lock wait timeout exceeded; try restarting transaction
171 Lock wait timeout exceeded; try restarting transaction
/php-src/ext/standard/tests/streams/
H A Dbug70198.phpt31 the client side will need wait a bit longer to realize it.*/
42 /* wait a bit for the server startup */
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc14 ServerClientTestCase::getInstance()->wait($worker, $timeout);
59 * This is a singleton to let the wait/notify functions work
166 public function wait($worker, $timeout = null)
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc48 // First, wait for the dev server to declare itself ready.
73 // Now wait for a connection to succeed.
75 // it might not be listening yet...need to wait until fsockopen() call returns
/php-src/ext/opcache/
H A Dconfig.m4111 #include <sys/wait.h>
162 if (wait(&status) != pid) {
182 #include <sys/wait.h>
215 if (wait(&status) != pid) {
252 #include <sys/wait.h>
302 if (wait(&status) != pid) {
/php-src/sapi/fpm/fpm/
H A Dfpm_events.h35 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout); member
/php-src/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/php-src/sapi/fpm/tests/
H A Dproc-idle-timeout.phpt37 // wait for process idle timeout
H A Dreload-uses-sigkill-as-last-measure.phpt45 // so we have to wait at least two seconds.
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt45 // wait for process to be killed
/php-src/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-src/ext/sysvsem/tests/
H A Dnowait.phpt92 // This should fail to get to the semaphore and not wait
98 // The child process did not wait to acquire the semaphore
/php-src/ext/opcache/tests/
H A Dphp_cli_server.inc23 // it might not be listening yet...need to wait until fsockopen() call returns

Completed in 34 milliseconds

12