OpenBSD cvs log

created 2019-06-01T10:54:33Z
begin 2019-05-25T00:00:00Z
end 2019-05-26T00:00:00Z
path src/sys
commits 1

date 2019-05-25T18:11:10Z
author mpi
files src/sys/kern/sched_bsd.c log diff annotate
message Do not account spinning time as running time when a thread crosses a
tick boundary of schedlock().

This reduces the contention on the SCHED_LOCK() when the current thread
is already spinning.

Prompted by deraadt@, ok visa@