diff options
author | Chris Robinson <[email protected]> | 2020-03-16 01:05:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-03-16 01:05:14 -0700 |
commit | bf50f227b9b74b7f9a6943b3ed79c7aa6cbe2ad1 (patch) | |
tree | 0e2c2a594c26c7fe4aa9767c833a64cb830657ac /alc/backends | |
parent | 78251fd7e6dc11c63481970be9fa453540951dbd (diff) |
Use a busy-wait when synchronizing against the mixer
The mixer should have higher priority than any thread that can make AL calls,
so even on single-core systems, it shouldn't stall the mix. It will, however,
return back to the caller as soon as it can, while yielding will give up the
timeslice if there's any other thread waiting to process even if the mix is
almost done.
Diffstat (limited to 'alc/backends')
0 files changed, 0 insertions, 0 deletions