RESOLVED FIXED 26373
Add a ReadWriteLock class to wtf for single writer/multiple reader locks
https://bugs.webkit.org/show_bug.cgi?id=26373
Summary Add a ReadWriteLock class to wtf for single writer/multiple reader locks
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.