mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
8a75411ec5
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> |
||
---|---|---|
.. | ||
tests | ||
main.c | ||
Makefile.in | ||
mediadet.c | ||
nullrenderer.c | ||
qedit.spec | ||
qedit_classes.idl | ||
qedit_private.h | ||
samplegrabber.c | ||
timeline.c | ||
version.rc |