aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-03-09 03:30:20 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-03-09 03:30:20 +0000
commitebadd4f5b1e62b10fc8dd6368fdec39d528ca563 (patch)
treecd9a579a4c0b75caf50cbb8261e26e292bfd27bc /share/man/man9/Makefile
parentd265f30080f4c1350494aeee4bf7fb85872f1c19 (diff)
downloadsrc-ebadd4f5b1e62b10fc8dd6368fdec39d528ca563.tar.gz
src-ebadd4f5b1e62b10fc8dd6368fdec39d528ca563.zip
Document the ithread_* API used to manage interrupt threads and their
list of handlers.
Notes
Notes: svn path=/head/; revision=74012
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index fa2eb859c408..6ca20296097e 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -18,7 +18,7 @@ MAN9= CONDSPLASSERT.9 DELAY.9 KASSERT.9 MD5.9 SPLASSERT.9 \
devtoname.9 \
fetch.9 \
get_cyclecounter.9 \
- ifnet.9 inittodr.9 intro.9 \
+ ifnet.9 inittodr.9 intro.9 ithread.9 \
kernacc.9 kthread.9 \
malloc.9 make_dev.9 mbuf.9 microseq.9 microtime.9 microuptime.9 \
mi_switch.9 mutex.9 \
@@ -98,6 +98,9 @@ MLINKS+=devstat.9 devstat_remove_entry.9 devstat.9 devstat_start_transaction.9
MLINKS+=devstat.9 devstat_end_transaction.9
MLINKS+=fetch.9 fubyte.9 fetch.9 fuswintr.9 fetch.9 fusword.9 fetch.9 fuword.9
MLINKS+=ifnet.9 if_data.9 ifnet.9 ifaddr.9 ifnet.9 ifqueue.9
+MLINKS+=ithread.9 ithread_add_handler.9 ithread.9 ithread_create.9
+MLINKS+=ithread.9 ithread_destroy.9 ithread.9 ithread_priority.9
+MLINKS+=ithread.9 ithread_remove_handler.9 ithread.9 ithread_schedule.9
MLINKS+=kernacc.9 useracc.9
MLINKS+=kthread.9 kproc_start.9 kthread.9 kproc_shutdown.9
MLINKS+=kthread.9 kthread_create.9 kthread.9 kthread_exit.9