]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a taskqueue_cancel(9) to cancel a pending task without waiting for
authormdf <mdf@FreeBSD.org>
Mon, 8 Nov 2010 20:56:31 +0000 (20:56 +0000)
committermdf <mdf@FreeBSD.org>
Mon, 8 Nov 2010 20:56:31 +0000 (20:56 +0000)
commitccbc087adcaa5186934ad911d3211084206d74b7
tree899d8e0d6f17680a9b78254843161a1ae057db95
parenta7f4df4adcea44a13eeff6b3875d05d1b421d80c
Add a taskqueue_cancel(9) to cancel a pending task without waiting for
it to run as taskqueue_drain(9) does.

Requested by: hselasky
Original code: jeff
Reviewed by: jhb
MFC after: 2 weeks
share/man/man9/Makefile
share/man/man9/taskqueue.9
sys/kern/subr_taskqueue.c
sys/sys/taskqueue.h