Date: Tue, 26 Apr 2011 11:39:56 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_taskqueue.c src/sys/sys _callout.h callout.h taskqueue.h Message-ID: <201104261140.p3QBeLdS021517@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2011-04-26 11:39:56 UTC
FreeBSD src repository
Modified files:
sys/kern subr_taskqueue.c
sys/sys callout.h taskqueue.h
Added files:
sys/sys _callout.h
Log:
SVN rev 221059 on 2011-04-26 11:39:56Z by kib
Implement the delayed task execution extension to the taskqueue
mechanism. The caller may specify a timeout in ticks after which the
task will be scheduled.
Sponsored by: The FreeBSD Foundation
Reviewed by: jeff, jhb
MFC after: 1 month
Revision Changes Path
1.67 +115 -13 src/sys/kern/subr_taskqueue.c
1.1 +61 -0 src/sys/sys/_callout.h (new)
1.37 +1 -19 src/sys/sys/callout.h
1.30 +20 -0 src/sys/sys/taskqueue.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104261140.p3QBeLdS021517>
