git: kernel - Add callout_stop_sync()

看板DFBSD_commit作者時間14年前 (2011/11/10 10:33), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1EkpVbu5 (DFBSD_commit)