ReinUsesLisp 9b38f4fc55 kernel/scheduler: Use std::mutex instead of spin lock
Profiling shows that this is a highly contested mutex, causing dimishing
results compared to a OS lock. std::mutex implementations can spin for a
while before falling back to an OS lock.

This avoids wasting precious CPU cycles in a no-op.
2020-07-12 21:27:24 -03:00
..
2020-06-27 11:36:05 -04:00
2020-04-29 14:53:53 +10:00
2020-06-27 18:20:06 -04:00
2020-06-27 11:36:05 -04:00
2020-06-27 11:36:14 -04:00
2020-06-27 11:36:14 -04:00
2020-06-27 18:20:06 -04:00
2020-06-27 11:36:14 -04:00
2020-02-13 19:10:33 -04:00