Searched defs:isc__timermgr (Results 1 – 1 of 1) sorted by relevance
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 …]