Bug 26373

Summary: Add a ReadWriteLock class to wtf for single writer/multiple reader locks
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: PlatformAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch andersca: review+

Description Dave Hyatt 2009-06-13 10:42:39 PDT
This bug is covering adding a ReadWriteLock class (very similar to the already-existing Mutex class) to handle single writer/multiple reader locking.
Comment 1 Dave Hyatt 2009-06-13 10:45:56 PDT
Created attachment 31240 [details]
Patch
Comment 2 Anders Carlsson 2009-06-13 10:49:28 PDT
Comment on attachment 31240 [details]
Patch

r=me
Comment 3 Dave Hyatt 2009-06-13 10:53:02 PDT
Fixed in r44651.