commit | b27f590ece487819c3d1fda400315e582fb975b6 | [log] [tgz] |
---|---|---|
author | pbos <pbos@webrtc.org> | Mon Nov 16 11:03:04 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 16 19:03:06 2015 +0000 |
tree | 364779f76e4305554d4582f22cb5c622bf0f2be2 | |
parent | 3528a27b1b0beeeb4e929bd33024cf8c2996bead [diff] |
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 Review URL: https://codereview.webrtc.org/1420043008 Cr-Commit-Position: refs/heads/master@{#10657}
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.