]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rearange some code that handles the thread taskqueue so that it is more
authorjmg <jmg@FreeBSD.org>
Sun, 8 Aug 2004 02:37:22 +0000 (02:37 +0000)
committerjmg <jmg@FreeBSD.org>
Sun, 8 Aug 2004 02:37:22 +0000 (02:37 +0000)
commit6967b9b093520d10a58f8d8ff6474706d19326b9
tree6e1171646e36074e4da456c9e9bbb73611e8a372
parent6b8c5a5e67931e028e3dc8aaee14961eda10dab8
rearange some code that handles the thread taskqueue so that it is more
generic.  Introduce a new define TASKQUEUE_DEFINE_THREAD that takes a
single arg, which is the name of the queue.

Document these changes.
share/man/man9/taskqueue.9
sys/kern/subr_taskqueue.c
sys/sys/taskqueue.h