OpenBSD cvs log

created 2020-01-20T20:56:41Z
begin 2020-01-03T15:18:02Z
end 2020-01-03T20:11:11Z
path src/sys
commits 1

date 2020-01-03T20:11:11Z
author cheloha
files src/sys/kern/kern_timeout.c log diff annotate
message timeout(9): delay thread wakeup(9) decision to end of softclock() loop

The process-context timeout(s) in question might be cancelled before we
leave the loop, leading to a spurious wakeup(9).

ok mpi@