summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2007-07-09 06:24:10 +0000
committerjmg <jmg@FreeBSD.org>2007-07-09 06:24:10 +0000
commit5304fdd902cbcb437688a4d899bc17db4ead1bcc (patch)
tree9a4bf4a088fa37ad0053a383e4c9529f3b9a6af4 /share
parent2dc900d1ed281947780bad3d9c8e1a2db130d488 (diff)
downloadFreeBSD-src-5304fdd902cbcb437688a4d899bc17db4ead1bcc.zip
FreeBSD-src-5304fdd902cbcb437688a4d899bc17db4ead1bcc.tar.gz
document the call to wakeup after a task has been run...
Approved by: re (hrs) MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/taskqueue.96
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9
index ced9e8b..2a63a42 100644
--- a/share/man/man9/taskqueue.9
+++ b/share/man/man9/taskqueue.9
@@ -160,6 +160,12 @@ as its first argument
and the value of
.Va ta_pending
as its second argument.
+After the function
+.Va ta_func
+returns,
+.Xr wakeup 9
+is called on the task pointer passed to
+.Fn taskqueue_enqueue .
.Pp
The
.Fn taskqueue_drain
OpenPOWER on IntegriCloud