Searched refs:wait (Results 1 – 25 of 48) sorted by relevance
12
/PHP-7.1/ext/pgsql/tests/ |
H A D | 26async_query_prepared.phpt | 20 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 D | 04async_query.phpt | 15 while(pg_connection_busy($db)); // busy wait: intended
|
H A D | 25async_query_params.phpt | 20 while(pg_connection_busy($db)); // busy wait: intended
|
/PHP-7.1/ext/pcntl/tests/ |
H A D | 001.phpt | 2 Test pcntl wait functionality 67 print "Staring wait.h tests...."; 73 Staring wait.h tests....
|
/PHP-7.1/ext/openssl/tests/ |
H A D | ServerClientTestCase.inc | 12 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 D | phpdbg_wait.h | 25 PHPDBG_COMMAND(wait);
|
H A D | phpdbg_prompt.h | 64 PHPDBG_COMMAND(wait); /* }}} */
|
/PHP-7.1/ext/opcache/ |
H A D | config.m4 | 34 #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 D | bug70198.phpt | 28 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 D | fpm_events.h | 36 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout); member
|
H A D | fpm_events.c | 317 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 D | bug39322.phpt | 20 sleep(1); // wait a bit to let the process finish
|
/PHP-7.1/sapi/fpm/fpm/events/ |
H A D | select.c | 48 .wait = fpm_event_select_wait,
|
H A D | port.c | 43 .wait = fpm_event_port_wait,
|
H A D | kqueue.c | 45 .wait = fpm_event_kqueue_wait,
|
H A D | epoll.c | 42 .wait = fpm_event_epoll_wait,
|
H A D | devpoll.c | 46 .wait = fpm_event_devpoll_wait,
|
H A D | poll.c | 43 .wait = fpm_event_poll_wait,
|
/PHP-7.1/ext/intl/tests/ |
H A D | symfony_format_type_int32_intl1.phpt | 15 // (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 D | php_cli_server.inc | 31 // it might not be listening yet...need to wait until fsockopen() call returns
|
/PHP-7.1/ext/sysvsem/tests/ |
H A D | nowait.phpt | 95 // 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 D | server.inc | 41 // it might not be listening yet...need to wait until fsockopen() call returns
|
/PHP-7.1/sapi/cli/tests/ |
H A D | php_cli_server.inc | 44 // it might not be listening yet...need to wait until fsockopen() call returns
|
/PHP-7.1/ |
H A D | README.MAILINGLIST_RULES | 29 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 D | getnotify.phpt | 70 // Test second parameter, should wait 2 seconds because no notify is queued
|
Completed in 25 milliseconds
12