看板 DFBSD_commit 關於我們 聯絡資訊
commit 1fe5fad280afd9a7d56ff23a8c30b838f79282b9 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Dec 20 21:34:02 2009 -0800 kernel - lwkt_token code, minor fix to last commit * lwkt_getalltokens() has to release any partially acquired tokens when it fails to get them all. Fixes an issue with the last commit that could cause processes to get stuck in a Run state. Summary of changes: sys/kern/lwkt_token.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1fe5fad280afd9a7d56ff23a8c30b838f79282b9 -- DragonFly BSD source repository