[PATCH 1/3] winecoreaudio: Avoid deadlock in AudioClient_Stop.

Joerg-Cyril.Hoehle at t-systems.com Joerg-Cyril.Hoehle at t-systems.com
Mon Jan 30 04:16:23 CST 2012


Hi,

This completes commit 8db18a893b3769d482f22bd2e2b545b82a31574f
Not yet written for wineoss.

With my subsequent lock-free patches, one can rethink whether to integrate
+    if(event && wait)
+        WaitForSingleObject(event, INFINITE);
into the lock-protected section... Actually, given what the timer
callback does in winecoreaudio, it doesn't matter.

Regards,
	Jörg Höhle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mmdevapi-Avoid-deadlock-in-AudioClient_Stop.patch
Type: application/octet-stream
Size: 2464 bytes
Desc: 0001-mmdevapi-Avoid-deadlock-in-AudioClient_Stop.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120130/58e6528d/attachment.obj>


More information about the wine-patches mailing list