Bug 26373 - Add a ReadWriteLock class to wtf for single writer/multiple reader locks
Summary: Add a ReadWriteLock class to wtf for single writer/multiple reader locks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-13 10:42 PDT by Dave Hyatt
Modified: 2009-06-13 10:53 PDT (History)
0 users

See Also:


Attachments
Patch (4.16 KB, patch)
2009-06-13 10:45 PDT, Dave Hyatt
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.