Searched refs:apr_sleep (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/apr-32/apr-util/apr-util/test/
H A Dtestqueue.c42 apr_sleep((rand() % 4) * 1000000); /* sleep random seconds */
57 apr_sleep(sleeprate); /* sleep this long to acheive our rate */
70 apr_sleep((rand() % 4) * 1000000); /* sleep random seconds */
84 apr_sleep(sleeprate); /* sleep this long to acheive our rate */
115 apr_sleep(5000000); /* sleep 5 seconds */
H A Dtestreslist.c75 apr_sleep(my_params->sleep_upon_construct);
89 apr_sleep(my_params->sleep_upon_destruct);
125 apr_sleep(thread_info->work_delay_sleep);
199 apr_sleep(sleep_time);
203 apr_sleep(sleep_time);
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestsleep.c34 apr_sleep(apr_time_from_sec(SLEEP_INTERVAL));
H A Dtestshmconsumer.c47 apr_sleep(apr_time_from_sec(1));
H A Dtestshmproducer.c67 apr_sleep(apr_time_from_sec(1));
H A Dtestoc.c89 apr_sleep(apr_time_from_sec(1));
94 apr_sleep(apr_time_from_sec(3));
H A Dtestprocmutex.c41 apr_sleep(1);
52 apr_sleep (1);
79 apr_sleep(1);
H A Dtestshm.c52 apr_sleep(apr_time_make(0, 10000)); /* 10ms */
146 apr_sleep(apr_time_make(0, 10000));
H A Dtestmutexscope.c140 apr_sleep(apr_time_from_sec(5));
H A Dtestcond.c235 apr_sleep(100000);
335 apr_sleep(500000);
617 apr_sleep(3000000);
H A Dtestlock.c89 apr_sleep (1);
/macosx-10.10/apache-793/httpd/modules/examples/
H A Dmod_example_ipc.c250 apr_sleep(CAMPOUT);
291 apr_sleep(SLEEPYTIME);
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_time.h181 APR_DECLARE(void) apr_sleep(apr_interval_time_t t);
/macosx-10.10/apr-32/apr/apr/network_io/beos/
H A Dsendrecv.c76 apr_sleep (snooze_val);
/macosx-10.10/apache-793/httpd/support/
H A Dhtcacheclean.c312 apr_sleep(NICE_DELAY);
346 apr_sleep(NICE_DELAY);
394 apr_sleep(NICE_DELAY);
582 apr_sleep(NICE_DELAY);
669 apr_sleep(STAT_DELAY);
951 apr_sleep(NICE_DELAY);
1723 apr_sleep(STAT_DELAY);
1741 apr_sleep(STAT_DELAY);
1774 apr_sleep(STAT_DELAY);
1805 * before the apr_sleep() cal
[all...]
/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_watchdog.c136 apr_sleep(AP_WD_TM_INTERVAL);
152 apr_sleep(AP_WD_TM_SLICE);
184 apr_sleep(AP_WD_TM_SLICE);
/macosx-10.10/apr-32/apr/apr/poll/unix/
H A Dselect.c52 apr_sleep(timeout);
358 apr_sleep(timeout);
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_ratelimit.c179 apr_sleep(RATE_INTERVAL_MS * 1000);
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_unique_id.c216 apr_sleep(apr_time_from_sec(1) - apr_time_usec(apr_time_now()));
/macosx-10.10/apr-32/apr/apr/time/win32/
H A Dtime.c299 APR_DECLARE(void) apr_sleep(apr_interval_time_t t) function
/macosx-10.10/apr-32/apr/apr/time/unix/
H A Dtime.c234 APR_DECLARE(void) apr_sleep(apr_interval_time_t t) function
/macosx-10.10/apache-793/httpd/modules/ldap/
H A Dutil_ldap.c579 apr_sleep(st->retry_delay);
928 apr_sleep(st->retry_delay);
1087 apr_sleep(st->retry_delay);
1205 apr_sleep(st->retry_delay);
1686 apr_sleep(st->retry_delay);
1955 apr_sleep(st->retry_delay);
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_pphrase.c261 apr_sleep((nPassPhraseRetry-BUILTIN_DIALOG_BACKOFF)
/macosx-10.10/apache-793/httpd/server/
H A Dmain.c262 apr_sleep(TASK_SWITCH_SLEEP);
/macosx-10.10/apache-793/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c311 apr_sleep(SCOREBOARD_MAINTENANCE_INTERVAL);

Completed in 110 milliseconds

12