http://bugs.winehq.org/show_bug.cgi?id=26500
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2011-03-21 06:35:06 CDT --- (In reply to comment #4)
Please, look _carefully_ at pthread_mutex_lock realization. It uses both futexes and events!
...
lock variable is used for futex AND event is used for kernel synchronization!
How does it make this bug more valid?