Sweden-Number/dlls/quartz
Zebediah Figura cf366488f6 quartz/dsoundrender: Don't drop stream_cs in DSoundRender_SendSampleData().
We don't grab stream_cs to change any variables checked here, except to reset
flush_event, and that cannot result in a deadlock.

The only possible deadlocks here are:

(1) between this function and EndOfStream(), which is correct, as the two
    should presumably be serialized;

(2) between this function and EndFlush(); however, in that case we expect
    BeginFlush() first, which will unblock the streaming thread.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-12-01 10:13:35 +01:00
..
tests
Makefile.in
acmwrapper.c
avidec.c
control_tlb.idl
dsoundrender.c quartz/dsoundrender: Don't drop stream_cs in DSoundRender_SendSampleData(). 2020-12-01 10:13:35 +01:00
filesource.c
filtergraph.c
filtermapper.c
main.c
memallocator.c
passthrough.c
quartz.rc
quartz.rgs
quartz.spec
quartz_private.h
quartz_strmif.idl
regsvr.c
systemclock.c
videorenderer.c
vmr9.c
window.c