git: kernel - Add callout_stop_sync()
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Nov 8 00:31:38 PST 2011
commit c5b9d2a5dc3047fc20e0a12e1a1de7a4aa424db2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Nov 8 00:29:51 2011 -0800
kernel - Add callout_stop_sync()
* Add a synchronous version of callout_stop() which ensure that the
callout function has completed operation (if it was running) before
returning.
Summary of changes:
sys/kern/kern_timeout.c | 27 +++++++++++++++++++++++++++
sys/sys/callout.h | 1 +
2 files changed, 28 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c5b9d2a5dc3047fc20e0a12e1a1de7a4aa424db2
--
DragonFly BSD source repository
More information about the Commits
mailing list