[Bug 39521] Calling { SetEvent(h); ResetEvent(h); } takes 36000 machine cycles without contention

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 28 20:48:34 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=39521

Alexandre Julliard <julliard at winehq.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Alexandre Julliard <julliard at winehq.org> ---
It's the same thing, synchronization objects go through the wineserver, which
is why it's slower than on Windows.

If you could attach your test case to bug 36692, that would be useful. A test
that uses WaitForSingleObject would also be nice, since that would demonstrate
a more realistic use case.

*** This bug has been marked as a duplicate of bug 36692 ***

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list