git: kernel - refactor main kqueue event loop

看板DFBSD_commit作者時間15年前 (2010/07/20 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 5bad2bc2c1cbb85d7175667b9cd9847d8749b929 Author: Samuel J. Greear <sjg@thesjg.com> Date: Mon Jun 28 18:03:14 2010 +0000 kernel - refactor main kqueue event loop * seperate the sleep and scan functionality into discrete functions * pull all of the important logic (management of the list marker, the call to kqueue_sleep()) directly into kern_event() Summary of changes: sys/kern/kern_event.c | 166 ++++++++++++++++++++++++++++--------------------- sys/sys/event.h | 6 ++ 2 files changed, 100 insertions(+), 72 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5bad2bc2c1cbb85d7175667b9cd9847d8749b929 -- DragonFly BSD source repository
文章代碼(AID): #1CHD9isg (DFBSD_commit)