看板 DFBSD_commit 關於我們 聯絡資訊
commit b20720b5191015783c5d4c26383307807e9c4862 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Jul 12 18:37:46 2009 -0700 pipe - Fix piperd/pipewr deadlock in mpsafe case * Fix a bug where piperd and pipewr could be entered simultaniously by the reader and writer and neither gets woken up. * Redo the hysteresis slightly to reduce IPIs even more. Summary of changes: sys/kern/sys_pipe.c | 66 ++++++++++++++++++++++++++++++++------------------ 1 files changed, 42 insertions(+), 24 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b20720b5191015783c5d4c26383307807e9c4862 -- DragonFly BSD source repository