[webkit-reviews] review granted: [Bug 180449] Use WTF::RecursiveLockAdapter instead of using pthread_mutex_t with recursive lock option : [Attachment 328690] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 7 10:28:24 PST 2017


Mark Lam <mark.lam at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 180449: Use WTF::RecursiveLockAdapter instead of using pthread_mutex_t with
recursive lock option
https://bugs.webkit.org/show_bug.cgi?id=180449

Attachment 328690: Patch

https://bugs.webkit.org/attachment.cgi?id=328690&action=review




--- Comment #3 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 328690
  --> https://bugs.webkit.org/attachment.cgi?id=328690
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/


More information about the webkit-reviews mailing list