RESOLVED FIXED 180449
Use WTF::RecursiveLockAdapter instead of using pthread_mutex_t with recursive lock option
https://bugs.webkit.org/show_bug.cgi?id=180449
Summary Use WTF::RecursiveLockAdapter instead of using pthread_mutex_t with recursive...
Yusuke Suzuki
Reported 2017-12-05 14:51:44 PST
Use WTF::RecursiveLockAdapter instead of using pthread_mutex_t with recursive lock option
Attachments
Patch (3.99 KB, patch)
2017-12-05 14:52 PST, Yusuke Suzuki
no flags
Patch (4.00 KB, patch)
2017-12-07 04:49 PST, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2017-12-05 14:52:35 PST
Yusuke Suzuki
Comment 2 2017-12-07 04:49:29 PST
Mark Lam
Comment 3 2017-12-07 10:28:24 PST
Comment on attachment 328690 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328690&action=review r=me > Source/WebCore/ChangeLog:8 > + Use WTF::RecursiveLockAdapter<StaticLock> instead. We can remove pthred_mutex_xxx, typo: /pthred_mutex_xxx/pthread_mutex_xxx/
Yusuke Suzuki
Comment 4 2017-12-07 18:18:49 PST
Comment on attachment 328690 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328690&action=review >> Source/WebCore/ChangeLog:8 >> + Use WTF::RecursiveLockAdapter<StaticLock> instead. We can remove pthred_mutex_xxx, > > typo: /pthred_mutex_xxx/pthread_mutex_xxx/ Thanks, fixed.
Yusuke Suzuki
Comment 5 2017-12-07 19:02:31 PST
Radar WebKit Bug Importer
Comment 6 2017-12-07 19:06:26 PST
Note You need to log in before you can comment on or make changes to this bug.