Module Name: src Committed By: ozaki-r Date: Thu Dec 28 07:00:52 UTC 2017
Modified Files: src/share/man/man9: workqueue.9 src/sys/kern: subr_workqueue.c src/sys/sys: workqueue.h Log Message: Add workqueue_wait that waits for a specific work to finish The caller must ensure that no new work is enqueued before calling workqueue_wait. Note that Note that if the workqueue is WQ_PERCPU, the caller can enqueue a new work to another queue other than the waiting queue. Discussed on tech-kern@ To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/workqueue.9 cvs rdiff -u -r1.33 -r1.34 src/sys/kern/subr_workqueue.c cvs rdiff -u -r1.9 -r1.10 src/sys/sys/workqueue.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.