https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209558

            Bug ID: 209558
           Summary: Wakeup only one thread while kqueue events are
                    available
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

There is no reason to wakeup all threads while there are events available, as
that would make same event to be consumed by multiple threads at the same time
and result in errors.

a fix: https://github.com/freebsd/freebsd/pull/70

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to