mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
b8e936a57b
Remove misuse of multithreading and use NtDeviceIoContol with completion apc callback instead (mirrors usage of WriteFileEx in WdmAudCommitWaveBufferByLegacy). This fixes a crash caused by race condition. Code was simulating completion callback using a thread, this resulted in single threaded code being executed simultaneously by multiple threads. CORE-17214 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
legacy.c | ||
mixer.c | ||
mmixer.c | ||
wdmaud.c | ||
wdmaud.h | ||
wdmaud.rc | ||
wdmaud.spec |