OpenBSD cvs log

created 2021-03-16T14:28:50Z
begin 2021-03-08T10:12:05Z
end 2021-03-08T10:54:53Z
path src/sys
commits 1

date 2021-03-08T10:54:53Z
author mpi
files src/sys/kern/kern_sig.c log diff annotate
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@