reactos/dll/win32/wdmaud.drv
Michael Stamper b8e936a57b
[WDMAUD] Fix race condition bug with USE_MMIXER_LIB defined (#3148)
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
2020-09-13 01:56:34 +03:00
..
CMakeLists.txt
legacy.c
mixer.c
mmixer.c [WDMAUD] Fix race condition bug with USE_MMIXER_LIB defined (#3148) 2020-09-13 01:56:34 +03:00
wdmaud.c
wdmaud.h
wdmaud.rc
wdmaud.spec