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-20 21:24:32 +00:00
2008-03-12 10:12:01 +00:00
2008-03-16 10:58:09 +00:00
2008-03-25 09:14:17 +00:00
2008-03-16 10:58:09 +00:00
2008-03-16 10:58:09 +00:00
2008-03-12 06:31:06 +00:00
2008-03-17 13:17:10 +00:00
2008-03-25 09:11:53 +00:00
2008-03-19 09:58:25 +00:00
2008-03-16 10:58:09 +00:00
2008-03-12 10:12:01 +00:00
2008-03-22 16:32:52 +00:00
2008-03-20 15:24:49 +00:00
2008-03-16 10:58:09 +00:00
2008-03-17 22:42:01 +00:00
2008-03-19 06:19:01 +00:00
2008-02-23 01:01:49 +00:00
2008-03-16 10:58:09 +00:00
2008-03-01 19:47:50 +00:00
2008-03-19 07:13:24 +00:00
2008-03-16 10:58:09 +00:00
2008-03-16 10:58:09 +00:00
2008-02-17 16:44:48 +00:00
2008-03-16 10:58:09 +00:00
2008-02-13 23:39:05 +00:00
2008-03-16 10:58:09 +00:00
2008-03-16 10:58:09 +00:00
2008-03-07 15:27:08 +00:00
2008-03-19 06:19:01 +00:00
2008-03-19 07:52:07 +00:00
2008-02-07 06:16:54 +00:00
2008-03-16 10:58:09 +00:00
2008-03-21 08:23:25 +00:00
2008-03-20 05:51:16 +00:00
2008-03-12 06:31:06 +00:00
2008-03-16 18:59:21 +00:00
2008-03-16 10:58:09 +00:00
2008-03-23 02:03:06 +00:00
2008-03-21 08:23:25 +00:00
2008-03-22 07:29:45 +00:00
2008-03-15 17:40:18 +00:00
2008-03-15 17:40:18 +00:00
2008-03-25 09:11:53 +00:00
2008-03-12 10:12:01 +00:00
2008-03-20 05:51:16 +00:00
2008-03-20 05:51:16 +00:00
2008-03-16 10:58:09 +00:00
2008-03-20 21:24:32 +00:00
2008-03-16 10:58:09 +00:00
2008-03-16 10:58:09 +00:00
2008-02-06 00:04:09 +00:00
2008-03-16 10:58:09 +00:00
2008-03-25 09:39:02 +00:00
2008-03-16 10:58:09 +00:00
2008-03-21 08:23:25 +00:00
2008-03-16 10:58:09 +00:00
2008-03-25 22:38:45 +00:00
2008-03-21 08:23:25 +00:00
2008-02-07 06:55:38 +00:00
2008-03-17 11:48:40 +00:00
2008-03-19 07:33:16 +00:00
2008-03-19 06:19:01 +00:00
2008-03-25 09:14:17 +00:00
2008-03-25 09:11:53 +00:00
2008-03-25 09:14:17 +00:00
2008-02-12 20:55:03 +00:00
2008-03-16 10:58:09 +00:00
2008-03-16 10:58:09 +00:00
2008-03-16 10:58:09 +00:00
2008-03-16 10:58:09 +00:00
2008-03-16 10:58:09 +00:00
2008-03-19 06:19:01 +00:00
2008-02-01 19:36:27 +00:00
2008-03-16 10:58:09 +00:00
2008-03-25 09:39:02 +00:00
2008-02-07 05:55:16 +00:00
2008-02-04 12:25:13 +00:00
2008-03-25 09:39:02 +00:00
2008-03-25 09:39:02 +00:00
2008-03-16 10:58:09 +00:00
2008-02-01 11:59:14 +00:00
2008-03-22 09:15:16 +00:00
2008-03-16 10:58:09 +00:00
2008-03-22 09:15:16 +00:00
2008-03-22 09:15:16 +00:00
2008-03-16 10:58:09 +00:00
2008-03-16 10:58:09 +00:00
2008-03-23 13:45:24 +00:00
2008-03-24 04:22:58 +00:00
2008-02-23 01:01:49 +00:00
2008-03-24 04:17:35 +00:00
2008-02-26 12:16:35 +00:00