看板 DFBSD_commit 關於我們 聯絡資訊
commit c5b9d2a5dc3047fc20e0a12e1a1de7a4aa424db2 Author: Matthew Dillon <dillon@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