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+

Dave Hyatt
Reported 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.
Attachments
Patch (4.16 KB, patch)
2009-06-13 10:45 PDT, Dave Hyatt
andersca: review+
Dave Hyatt
Comment 1 2009-06-13 10:45:56 PDT
Anders Carlsson
Comment 2 2009-06-13 10:49:28 PDT
Comment on attachment 31240 [details] Patch r=me
Dave Hyatt
Comment 3 2009-06-13 10:53:02 PDT
Fixed in r44651.
Note You need to log in before you can comment on or make changes to this bug.