commit | 3c12f4dadb969afb97468aeb1548777bf860085a | [log] [tgz] |
---|---|---|
author | pbos <pbos@webrtc.org> | Tue Nov 17 11:21:02 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 17 11:21:07 2015 |
tree | 98dc22718db17c1f84826935626b995acfeb8131 | |
parent | 192164eebc9bbb5c5745f19330b203174304e269 [diff] |
Revert of Create rtc::AtomicInt POD struct. (patchset #12 id:220001 of https://codereview.webrtc.org/1420043008/ ) Reason for revert: Caused static initializers. BUG=chromium:556866 TBR=tommi@webrtc.org Original issue's description: > Create rtc::AtomicInt POD struct. > > Prevents accidental non-atomic reads, increments and stores since > "volatile int" doesn't enforce atomic usage. > > BUG= > R=kwiberg@webrtc.org, tommi@webrtc.org > > Committed: https://crrev.com/b27f590ece487819c3d1fda400315e582fb975b6 > Cr-Commit-Position: refs/heads/master@{#10657} TBR=kwiberg@webrtc.org,tommi@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.webrtc.org/1453093002 Cr-Commit-Position: refs/heads/master@{#10669}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.