Home
last modified time | relevance | path

Searched defs:isc__timermgr (Results 1 – 3 of 3) sorted by relevance

/dports/dns/samba-nsupdate/bind-9.16.5/lib/isc/
H A Dtimer.c84 struct isc__timermgr { struct
105 isc__timermgr_t *manager; in schedule() argument
/dports/net/ntp/ntp-4.2.8p15/lib/isc/
H A Dtimer.c100 struct isc__timermgr { struct
102 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 …]
/dports/dns/bind911/bind-9.11.37/lib/isc/
H A Dtimer.c96 struct isc__timermgr { struct
98 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 …]