Skip to content

Commit

Permalink
Wrap all the API entry points in a mutex.
Browse files Browse the repository at this point in the history
This serializes access to the API, but multi-thread access to OpenAL is
probably uncommon in general, and the mixer thread does not ever hold this
lock. Since uncontended mutexes are generally pretty fast in modern times,
this shouldn't be a big deal but will make the code both more simple and less
fragile.
  • Loading branch information
icculus committed May 30, 2019
1 parent 8f78441 commit 3ae6744
Showing 1 changed file with 393 additions and 292 deletions.

0 comments on commit 3ae6744

Please sign in to comment.