git: dsched - Periph.: call dsched_exit on thread exit

看板DFBSD_commit作者時間16年前 (2010/04/20 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit f8abf63c2915f73cda605e7f5a04a6d2605f0733 Author: Alex Hornung <ahornung@gmail.com> Date: Mon Apr 19 16:39:16 2010 +0000 dsched - Periph.: call dsched_exit on thread exit * The previous location of the call to dsched_exit was not right and did not allow the use of lockmgr. * We now call dsched_exit before the thread is completely killed and descheduled as to avoid any problems. Summary of changes: sys/kern/lwkt_thread.c | 2 +- sys/platform/pc32/i386/vm_machdep.c | 2 ++ sys/platform/pc64/x86_64/vm_machdep.c | 2 ++ sys/platform/vkernel/i386/vm_machdep.c | 2 ++ sys/platform/vkernel64/x86_64/vm_machdep.c | 2 ++ 5 files changed, 9 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f8abf63c2915f73cda605e7f5a04a6d2605f0733 -- DragonFly BSD source repository
文章代碼(AID): #1BpA-tvr (DFBSD_commit)