WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(4.00 KB, patch)
2017-12-07 04:49 PST
,
Yusuke Suzuki
mark.lam
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2017-12-05 14:52:35 PST
Created
attachment 328505
[details]
Patch
Yusuke Suzuki
Comment 2
2017-12-07 04:49:29 PST
Created
attachment 328690
[details]
Patch
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
Committed
r225667
: <
https://trac.webkit.org/changeset/225667
>
Radar WebKit Bug Importer
Comment 6
2017-12-07 19:06:26 PST
<
rdar://problem/35926300
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug