WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
158129
Use std::atomic<> rather than OSAtomicIncrement in CARingBuffer.cpp
https://bugs.webkit.org/show_bug.cgi?id=158129
Summary
Use std::atomic<> rather than OSAtomicIncrement in CARingBuffer.cpp
Jer Noble
Reported
2016-05-26 12:09:55 PDT
Use std::atomic<> rather than OSAtomicIncrement in CARingBuffer.cpp
Attachments
Patch
(3.68 KB, patch)
2016-05-26 12:13 PDT
,
Jer Noble
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jer Noble
Comment 1
2016-05-26 12:13:41 PDT
Created
attachment 279903
[details]
Patch
Eric Carlson
Comment 2
2016-05-26 12:44:32 PDT
Comment on
attachment 279903
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=279903&action=review
> Source/WebCore/platform/audio/mac/CARingBuffer.h:88 > + std::atomic<int32_t> m_timeBoundsQueuePtr;
Should this be unsigned?
WebKit Commit Bot
Comment 3
2016-05-26 14:56:48 PDT
Comment on
attachment 279903
[details]
Patch Clearing flags on attachment: 279903 Committed
r201432
: <
http://trac.webkit.org/changeset/201432
>
WebKit Commit Bot
Comment 4
2016-05-26 14:56:52 PDT
All reviewed patches have been landed. Closing bug.
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