Scott Long 478cfc7300 Implement taskqueue_block() and taskqueue_unblock(). These functions allow
the owner of a queue to block and unblock execution of the tasks in the
queue while allowing tasks to continue to be added queue.  Combining this
with taskqueue_drain() allows a queue to be safely disabled.  The unblock
function may run (or schedule to run) the queue when it is called, just as
calling taskqueue_enqueue() would.

Reviewed by: jhb, sam
2008-03-25 22:38:45 +00:00
..
2008-03-17 22:42:01 +00:00
2008-03-07 15:27:08 +00:00
2008-03-19 07:33:16 +00:00
2008-02-04 12:25:13 +00:00