Lines Matching refs:when
31 * listener thread when a keep-alive socket needs to be sent to it.
112 * when things get out of hand.
207 /** the time when the entry was queued */
372 * reset only when a cycle goes by without the need to spawn.
431 * process from an old generation does when the admin does "apachectl
1028 * when none is explicitly configured on this server.
1461 * which does use any compare function). It is meant to return 0 when a == b,
1462 * <0 when a < b, and >0 when a > b. However apr_skiplist_insert() will not
1466 * compare function to return +1 instead of 0 when compared timers are equal,
1471 apr_time_t t1 = (apr_time_t) ((timer_event_t *)a)->when;
1472 apr_time_t t2 = (apr_time_t) ((timer_event_t *)b)->when;
1503 te->when = t;
1507 /* Okay, add sorted by when.. */
1817 if (te->when > now) {
1818 timeout_interval = te->when - now;
1828 if (te->when < now + EVENT_FUDGE_FACTOR) {
2197 * us to unblock threads stuck in ap_queue_pop() when a shutdown
2278 * every so often when this condition occurs
2398 /* Start the listener only when there are workers available */
3043 /* Don't perform idle maintenance when a child dies,
3044 * only do it when there's a timeout. Remember only a
3105 * of children exiting immediately when we get into the main loop