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-13 17:54:21 +00:00
2008-03-25 19:35:34 +00:00
2008-01-15 18:34:47 +00:00
2008-03-17 22:42:01 +00:00
2008-02-23 22:40:05 +00:00