Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dtask.c135 struct isc__taskmgr { struct
137 isc_taskmgr_t common;
138 isc_mem_t * mctx;
139 isc_mutex_t lock;
141 unsigned int workers;
142 isc_thread_t * threads;
145 unsigned int default_quantum;
169 static isc__taskmgr_t *taskmgr = NULL; argument