Bug 53209 - RunLoop should have a way to run until a BinarySemaphore is signaled or a timeout elapses
Summary: RunLoop should have a way to run until a BinarySemaphore is signaled or a tim...
Status: RESOLVED DUPLICATE of bug 58239
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords: InRadar, PlatformOnly
Depends on: 53208
Blocks: 53211
  Show dependency treegraph
 
Reported: 2011-01-26 17:26 PST by Adam Roben (:aroben)
Modified: 2011-04-11 14:27 PDT (History)
2 users (show)

See Also:


Attachments
WIP patch for discussion (4.32 KB, patch)
2011-01-31 09:46 PST, Adam Roben (:aroben)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-01-26 17:26:18 PST
In order to fix bug 51352, we'll need a way to run a RunLoop until a BinarySemaphore is signaled or a timeout elapses.
Comment 1 Anders Carlsson 2011-01-26 18:16:05 PST
<rdar://problem/8922493>
Comment 2 Adam Roben (:aroben) 2011-01-31 09:46:15 PST
Created attachment 80649 [details]
WIP patch for discussion
Comment 3 Adam Roben (:aroben) 2011-04-11 14:27:57 PDT
This got fixed as part of bug 58239. I didn't add a completely generic mechanism, just what was needed to fix that bug.

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