CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/03 13:11:11
Modified files:
sys/kern : kern_timeout.c
Log 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@
