Lines Matching +full:no +full:- +full:idle
2 * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (C) 1998-2002 Internet Software Consortium.
11 * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
34 *\li 'once' timers generate an idle timeout event if they are idle for too
36 * They are used to implement both (possibly expiring) idle timers and
37 * 'one-shot' timers.
42 *\li 'inactive' timers generate no events.
58 * No anticipated impact.
64 * No anticipated impact.
145 (m)->magic == ISCAPI_TIMERMGR_MAGIC)
159 (s)->magic == ISCAPI_TIMER_MAGIC)
189 * event should be generated. If 'expires' is 0 (the epoch), then no life
191 * can be idle before it generates an idle timeout. If 0, then no
192 * idle timeout will be generated.
221 *\li An idle timeout will not be generated until at least Now + the
222 * timer's interval if 'timer' is a once timer with a non-zero
228 *\li No memory
258 *\li An idle timeout will not be generated until at least Now + the
259 * timer's interval if 'timer' is a once timer with a non-zero
265 *\li No memory
272 * Set the last-touched time of 'timer' to the current time.
280 *\li An idle timeout will not be generated until at least Now + the
281 * timer's interval if 'timer' is a once timer with a non-zero
331 * of the timer's task, it is guaranteed that no more
375 *\li No memory
386 *\li This routine blocks until there are no timers left in the manager,