Lines Matching full:manager
55 * once for a given manager.
106 /*% Timer and timer manager methods */
109 isc_result_t (*timercreate)(isc_timermgr_t *manager,
129 * This structure is actually just the common prefix of a timer manager
162 *** Timer and Timer Manager Functions
169 isc_timer_create(isc_timermgr_t *manager,
178 * Create a new 'type' timer managed by 'manager'. The timers parameters
200 *\li 'manager' is a valid manager
353 * Create a timer manager. isc_timermgr_createinctx() also associates
354 * the new manager with the specified application context.
382 * Destroy a timer manager.
386 *\li This routine blocks until there are no timers left in the manager,
387 * so if the caller holds any timer references using the manager, it
399 *\li All resources used by the manager have been freed.