Date: Thu, 22 Jul 2010 16:41:09 +0000 (UTC) From: Matthew D Fleming <mdf@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man9 taskqueue.9 src/sys/kern subr_taskqueue.c src/sys/sys _task.h taskqueue.h Message-ID: <201007221647.o6MGlVOd090228@repoman.freebsd.org>
index | next in thread | raw e-mail
mdf 2010-07-22 16:41:09 UTC
FreeBSD src repository
Modified files:
share/man/man9 taskqueue.9
sys/kern subr_taskqueue.c
sys/sys _task.h taskqueue.h
Log:
SVN rev 210377 on 2010-07-22 16:41:09Z by 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)
Revision Changes Path
1.28 +0 -10 src/share/man/man9/taskqueue.9
1.58 +38 -23 src/sys/kern/subr_taskqueue.c
1.10 +10 -5 src/sys/sys/_task.h
1.25 +1 -1 src/sys/sys/taskqueue.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007221647.o6MGlVOd090228>
