CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2021/03/08 03:54:53

Modified files:
        sys/kern       : kern_sig.c 

Log message:
Move a KERNEL_ASSERT_LOCKED() from single_thread_clear() to cursig().

Ze big lock is currently necessary to ensure that two sibling threads
are not racing against each other when processing signals.  However it
is not strickly necessary to unpark sibling threads.

ok claudio@

Reply via email to