Searched hist:210377 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/sys/
H A D_task.hdiff 210377 Thu Jul 22 14:47:26 MDT 2010 mdf 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)

Completed in 54 milliseconds