Searched refs:AP_WD_TM_SLICE (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/core/
H A Dmod_watchdog.h72 #define AP_WD_TM_SLICE APR_TIME_C(100000) /* 100 ms */ macro
H A Dmod_watchdog.c152 apr_sleep(AP_WD_TM_SLICE);
184 apr_sleep(AP_WD_TM_SLICE);
194 curr = apr_time_now() - AP_WD_TM_SLICE;

Completed in 11 milliseconds