Lines Matching full:tasks
146 LIST(isc__task_t) tasks;
166 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
293 *** Tasks.
308 UNLINK(manager->tasks, task, link); in task_finished()
312 * All tasks have completed and the in task_finished()
372 APPEND(manager->tasks, task, link); in isc__task_create()
1249 * tasks remaining on the current ready queue, then in dispatch()
1399 INIT_LIST(manager->tasks); in isc__taskmgr_create()
1492 * We need to do so, because otherwise the list of tasks could in isc__taskmgr_destroy()
1516 for (task = HEAD(manager->tasks); in isc__taskmgr_destroy()
1527 * there's work left to do, and if there are already no tasks left in isc__taskmgr_destroy()
1546 if (!ISC_LIST_EMPTY(manager->tasks)) in isc__taskmgr_destroy()
1549 INSIST(ISC_LIST_EMPTY(manager->tasks)); in isc__taskmgr_destroy()
1768 xmlTextWriterStartElement(writer, ISC_XMLCHAR "tasks-running"); in isc_taskmgr_renderxml()
1770 xmlTextWriterEndElement(writer); /* tasks-running */ in isc_taskmgr_renderxml()
1774 xmlTextWriterStartElement(writer, ISC_XMLCHAR "tasks"); in isc_taskmgr_renderxml()
1775 task = ISC_LIST_HEAD(mgr->tasks); in isc_taskmgr_renderxml()
1809 xmlTextWriterEndElement(writer); /* tasks */ in isc_taskmgr_renderxml()