commit | df88460372e7ce78c871a87774d7e6d82aac6ee3 | [log] [tgz] |
---|---|---|
author | jbauch <jbauch@webrtc.org> | Fri Feb 19 15:03:31 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 19 15:03:36 2016 |
tree | 780a7e74bdae29a9601ef746ef7e1261242b55c8 | |
parent | 1e80ce438eefab6394fb176fdcb8938a13dda16c [diff] |
Prevent data race in MessageQueue. The CL prevents a data race in MessageQueue where the variable "ss_" is modified without a lock while sometimes read inside a lock. Also thread annotations have been added to the MessageQueue class. BUG=webrtc:5496 Review URL: https://codereview.webrtc.org/1675923002 Cr-Commit-Position: refs/heads/master@{#11683}
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.