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-06-28 18:17:21 +00:00
2010-01-07 01:24:09 +00:00
2010-02-18 05:49:52 +00:00
2010-07-09 10:57:55 +00:00
2010-06-28 18:17:21 +00:00
2010-01-04 20:59:52 +00:00
2010-07-20 13:59:51 +00:00
2010-06-26 21:44:45 +00:00