mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-09 17:39:22 +01:00
7c623f8301
Since the waitermutex is only ever locked for a short amount of time, spinning in contention-heavy scenarios ends up quite a bit more efficient than a kernel wait.