http://bugs.winehq.com/show_bug.cgi?id=1530
mike@theoretic.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
------- Additional Comments From mike@theoretic.com 2003-20-06 05:44 ------- Resolving invalid, this function is only useful for increasing efficiency on SMP systems by avoiding a call to WaitForSingleObject. It makes no difference on uniprocessor systems, and is useful only for locks that experience high levels of contention.
If anything, I'd say this fixme should be turned into a comment. The amount of spew it generates can be large, and I can't see it being implemented anytime soon, there are too many more important things.