Bug 53209

Summary: RunLoop should have a way to run until a BinarySemaphore is signaled or a timeout elapses
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit2Assignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: andersca, sam
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Bug Depends on: 53208    
Bug Blocks: 53211    
Attachments:
Description Flags
WIP patch for discussion none

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 ***