AuroraOpenALSoft/OpenAL32
Chris Robinson 28fa82378b Remove the individual source queue and buffer locks
They're inherently protected by the mutex for their respective lists. Should
those mutexes be replaced by rwlocks the individual locks should also be
reinstated, but they're unlikely to be unless a lot of contention starts
happening in the read-only case.
2018-02-02 22:24:33 -08:00
..
Include Remove the individual source queue and buffer locks 2018-02-02 22:24:33 -08:00
alAuxEffectSlot.c Fix the effect slot limit check 2018-01-28 17:56:47 -08:00
alBuffer.c Remove the individual source queue and buffer locks 2018-02-02 22:24:33 -08:00
alEffect.c Don't bother with a return value that's never used 2018-01-27 23:50:04 -08:00
alError.c Rename EventLock to make it more clear it's protecting the callback 2018-01-30 12:34:25 -08:00
alExtension.c Construct error messages using parameterized values 2018-01-25 15:59:59 -08:00
alFilter.c Move some inline functions into a header instead of copying them 2018-01-27 21:16:24 -08:00
alListener.c Add the printf-format attribute to alSetError 2018-01-25 23:52:09 -08:00
alSource.c Remove the individual source queue and buffer locks 2018-02-02 22:24:33 -08:00
alState.c Rename EventLock to make it more clear it's protecting the callback 2018-01-30 12:34:25 -08:00
alThunk.c Use atomic flags for the thunk array 2017-04-14 16:14:05 -07:00
event.c Use a semaphore to signal the event handler 2018-02-01 18:20:14 -08:00
sample_cvt.c Fix some 'may be used initialized' warnings 2018-01-23 16:03:06 -08:00