http://bugs.winehq.org/show_bug.cgi?id=33546
--- Comment #2 from Martin Storsjö wine@martin.st 2013-05-08 18:22:01 CDT --- Created attachment 44400 --> http://bugs.winehq.org/attachment.cgi?id=44400 Crude implementation of the slim read/write lock functions using pthread rwlocks
While this patch most probably isn't at all what should be done to implement these functions properly for wine, it serves as a proof of concept to rule out these functions as the culprit for the crashes in the compiler.