Home
last modified time | relevance | path

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

12

/PHP-7.3/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.3/ext/pcntl/tests/
H A D001.phpt2 Test pcntl wait functionality
67 print "Staring wait.h tests....";
73 Staring wait.h tests....
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_wait.h25 PHPDBG_COMMAND(wait);
H A Dphpdbg_prompt.h64 PHPDBG_COMMAND(wait); /* }}} */
/PHP-7.3/ext/opcache/
H A Dconfig.m432 #include <sys/wait.h>
83 if (wait(&status) != pid) {
102 #include <sys/wait.h>
135 if (wait(&status) != pid) {
154 #include <sys/wait.h>
190 if (wait(&status) != pid) {
209 #include <sys/wait.h>
259 if (wait(&status) != pid) {
278 #include <sys/wait.h>
328 if (wait(&status) != pid) {
/PHP-7.3/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.3/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.3/sapi/fpm/fpm/
H A Dfpm_events.h35 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout); member
H A Dfpm_events.c329 if (!module->wait) { in fpm_event_init_main()
422 ret = module->wait(fpm_event_queue_fd, timeout); in fpm_event_loop()
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-7.3/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,
H A Dpoll.c41 .wait = fpm_event_poll_wait,
/PHP-7.3/ext/opcache/tests/
H A Dphp_cli_server.inc31 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.3/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.3/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.3/ext/curl/tests/
H A Dserver.inc41 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server.inc44 // it might not be listening yet...need to wait until fsockopen() call returns
/PHP-7.3/
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.3/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt70 // Test second parameter, should wait 2 seconds because no notify is queued

Completed in 40 milliseconds

12