Home
last modified time | relevance | path

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

12

/PHP-7.1/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.1/ext/pcntl/tests/
H A D001.phpt2 Test pcntl wait functionality
67 print "Staring wait.h tests....";
73 Staring wait.h tests....
/PHP-7.1/ext/openssl/tests/
H A DServerClientTestCase.inc12 ServerClientTestCase::getInstance()->wait();
16 * This is a singleton to let the wait/notify functions work
100 public function wait()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_wait.h25 PHPDBG_COMMAND(wait);
H A Dphpdbg_prompt.h64 PHPDBG_COMMAND(wait); /* }}} */
/PHP-7.1/ext/opcache/
H A Dconfig.m434 #include <sys/wait.h>
85 if (wait(&status) != pid) {
104 #include <sys/wait.h>
137 if (wait(&status) != pid) {
156 #include <sys/wait.h>
192 if (wait(&status) != pid) {
211 #include <sys/wait.h>
261 if (wait(&status) != pid) {
280 #include <sys/wait.h>
330 if (wait(&status) != pid) {
/PHP-7.1/ext/standard/tests/streams/
H A Dbug70198.phpt28 the client side will need wait a bit longer to realize it.*/
39 /* wait a bit for the server startup */
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_events.h36 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout); member
H A Dfpm_events.c317 if (!module->wait) { in fpm_event_init_main()
410 ret = module->wait(fpm_event_queue_fd, timeout); in fpm_event_loop()
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-7.1/sapi/fpm/fpm/events/
H A Dselect.c48 .wait = fpm_event_select_wait,
H A Dport.c43 .wait = fpm_event_port_wait,
H A Dkqueue.c45 .wait = fpm_event_kqueue_wait,
H A Depoll.c42 .wait = fpm_event_epoll_wait,
H A Ddevpoll.c46 .wait = fpm_event_devpoll_wait,
H A Dpoll.c43 .wait = fpm_event_poll_wait,
/PHP-7.1/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.)
/PHP-7.1/ext/opcache/tests/
H A Dphp_cli_server.inc31 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.1/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.1/ext/curl/tests/
H A Dserver.inc41 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server.inc44 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.1/
H A DREADME.MAILINGLIST_RULES29 2. Do not post when you are angry. Any post can wait a few hours. Review
57 people, double check the above rules. Try to wait a bit longer before
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt70 // Test second parameter, should wait 2 seconds because no notify is queued

Completed in 31 milliseconds

12