Searched defs:threads (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dtask.c110 isc_thread_t * threads; member in struct:isc_taskmgr
158 * any idle worker threads so they
959 * to wakeup any sleeping threads if the
1018 isc_mem_free(manager->mctx, manager->threads);
1065 manager->threads = isc_mem_allocate(mctx,
1067 if (manager->threads == NULL) {
1106 &manager->threads[manager->workers]) ==
1132 isc_mem_free(mctx, manager->threads);
1213 * Wait for all the worker threads to exit.
1216 (void)isc_thread_join(manager->threads[
[all...]

Completed in 230 milliseconds