Matthew D Fleming 242ed5d96c Fix taskqueue_drain(9) to not have false negatives. For threaded
taskqueues, more than one task can be running simultaneously.

Also make taskqueue_run(9) static to the file, since there are no
consumers in the base kernel and the function signature needs to change
with this fix.

Remove mention of taskqueue_run(9) and taskqueue_run_fast(9) from the
taskqueue(9) man page.

Reviewed by:    jhb
Approved by:    zml (mentor)
2010-07-22 16:41:09 +00:00
..
2010-03-17 15:31:06 +00:00
2010-06-23 04:42:47 +00:00
2010-07-21 21:23:23 +00:00
2009-09-04 06:19:37 +00:00
2009-09-03 17:37:23 +00:00
2008-10-08 13:20:02 +00:00