Searched defs:isc__timermgr (Results 1 – 3 of 3) sorted by relevance
84 struct isc__timermgr { struct105 isc__timermgr_t *manager; in schedule() argument
100 struct isc__timermgr { struct102 isc_timermgr_t common;103 isc_mem_t * mctx;104 isc_mutex_t lock;106 isc_boolean_t done;108 unsigned int nscheduled;109 isc_time_t due;111 isc_condition_t wakeup;112 isc_thread_t thread;115 unsigned int refs;[all …]
96 struct isc__timermgr { struct98 isc_timermgr_t common;99 isc_mem_t * mctx;100 isc_mutex_t lock;102 bool done;104 unsigned int nscheduled;105 isc_time_t due;107 isc_condition_t wakeup;108 isc_thread_t thread;111 unsigned int refs;[all …]