Lines Matching full:tasks
80 .Pq tasks are processed in the order scheduled
112 scheduling that enables tasks to be performed at a later time by another
130 A task queue is just a simple way to launch multiple tasks in parallel.
133 A task queue consists of a list of tasks, together with one or more threads to
135 If a task queue has a single service thread, all tasks are guaranteed to execute
138 Note that since tasks are placed on a list, execution of one task should not
165 function waits for any scheduled tasks to complete, then destroys the taskq
167 The caller should guarantee that no new tasks are scheduled for the closing
172 function waits for all previously scheduled tasks to complete.
182 attempts to suspend pending tasks, there are no guarantees that they will be
184 The only guarantee is that all tasks dispatched after