cvs commit: src/sys/kern subr_taskqueue.c src/sys/sys _task.h
taskqueue.h
Warner Losh
imp at FreeBSD.org
Mon Oct 4 21:16:01 PDT 2004
imp 2004-10-05 04:16:01 UTC
FreeBSD src repository
Modified files:
sys/kern subr_taskqueue.c
sys/sys _task.h taskqueue.h
Log:
Add taskqueue_drain. This waits for the specified task to finish, if
running, or returns. The calling program is responsible for making sure
that nothing new is enqueued.
# man page coming soon.
Revision Changes Path
1.25 +14 -0 src/sys/kern/subr_taskqueue.c
1.3 +3 -0 src/sys/sys/_task.h
1.12 +2 -0 src/sys/sys/taskqueue.h
More information about the cvs-src
mailing list