summaryrefslogtreecommitdiffstats
path: root/share/man/man9/taskqueue.9
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2005-04-15 14:46:59 +0000
committerjkoshy <jkoshy@FreeBSD.org>2005-04-15 14:46:59 +0000
commit8f065aa9a93b49bfb8e66d74b30a16c0c4654734 (patch)
treecdbf53b2363397aa64363fc861d03d40db7bd88c /share/man/man9/taskqueue.9
parentb8a79c699c2858b875020bba30ca8ced2a6e3ed1 (diff)
downloadFreeBSD-src-8f065aa9a93b49bfb8e66d74b30a16c0c4654734.zip
FreeBSD-src-8f065aa9a93b49bfb8e66d74b30a16c0c4654734.tar.gz
Add a 'SEE ALSO' section.
Diffstat (limited to 'share/man/man9/taskqueue.9')
-rw-r--r--share/man/man9/taskqueue.94
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9
index 1a53911..33f616b 100644
--- a/share/man/man9/taskqueue.9
+++ b/share/man/man9/taskqueue.9
@@ -231,6 +231,10 @@ The thread queue can be used, for instance, by interrupt level routines
that need to call kernel functions that do things that can only be done
from a thread context.
(e.g., call malloc with the M_WAITOK flag.)
+.Sh SEE ALSO
+.Xr ithread 9 ,
+.Xr kthread 9 ,
+.Xr swi 9
.Sh HISTORY
This interface first appeared in
.Fx 5.0 .
OpenPOWER on IntegriCloud