Lines Matching defs:threads
110 isc_thread_t * threads;
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[i], NULL);
1320 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "worker-threads"));
1322 TRY0(xmlTextWriterEndElement(writer)); /* worker-threads */