[Webkit-unassigned] [Bug 54408] Fix Mutex::tryLock() on Windows to work properly with PlatformCondition::timedWait()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 14 12:59:45 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54408
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #82352|review? |review+
Flag| |
--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> 2011-02-14 12:59:45 PST ---
(From update of attachment 82352)
Seems fine to make this change, although the design seems surprising. Why is the boolean variable shared between threads needed at all? Can you just use wait/signal without a separate boolean variable?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list