Bug 158129

Summary: Use std::atomic<> rather than OSAtomicIncrement in CARingBuffer.cpp
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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
Jer Noble
Comment 1 2016-05-26 12:13:41 PDT
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.