Re: [WINMM] always check for open and close enents in wave test
May 30, 2006
6:49 p.m.
Robert Reif <reif(a)earthlink.net> writes:
Fix CreateThread/waveOutOpen race by forcing parent thread to sleep which allows background thread to run and block before waveOutOpen is called.
If the background thread has to run for things to work, you need to add a real synchronisation mechanism. A Sleep is not fixing anything, it's just making the race condition less likely. -- Alexandre Julliard julliard(a)winehq.org
7239
Age (days ago)
7239
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard