Home
last modified time | relevance | path

Searched refs:wait (Results 26 – 46 of 46) sorted by last modified time

12

/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/sapi/phpdbg/
H A Dxml.md571 wait section
/PHP-7.4/sapi/litespeed/
H A DREADME.md156 will wait for a new request before it exits. This option help releasing system
179 process will wait before exiting when there is no child process. This option
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc562 * @param int $timeoutMs [optional] the number of milliseconds to wait.
656 * @param int $timeoutMs [optional] the number of milliseconds to wait.
/PHP-7.4/sapi/fpm/fpm/
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()
H A Dfpm_events.h35 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout); member
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in76 ; Time limit for child processes to wait for a reaction on signals from master.
/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/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-7.4/ext/pgsql/tests/
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
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
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt70 // Test second parameter, should wait 2 seconds because no notify is queued
/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/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/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/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.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます159 # always under 150 or so, but as this isn't rigorous, we'll wait on that until
H A Dmagic159 # always under 150 or so, but as this isn't rigorous, we'll wait on that until
/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/docs/
H A Dmailinglist-rules.md26 2. Do not post when you are angry. Any post can wait a few hours. Review
54 people, double check the above rules. Try to wait a bit longer before

Completed in 165 milliseconds

12