commit | 25d1f28fa978f555d9a5a8855712db5a74d6828d | [log] [tgz] |
---|---|---|
author | jbauch <jbauch@webrtc.org> | Fri Feb 05 08:25:02 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 05 08:25:04 2016 |
tree | f869d7da030d4b9c641bf6505b6a69f731f272cf | |
parent | 988d31eb9bf60d1cbe563d64f88f7e0132ca143a [diff] |
Fix race between Thread ctor/dtor and MessageQueueManager registrations. This CL fixes a race where for Thread objects the parent MessageQueue constructor registers the object in the MessageQueueManager even though the Thread is not constructed completely yet. Same happens during destruction. BUG=webrtc:1225 Review URL: https://codereview.webrtc.org/1666863002 Cr-Commit-Position: refs/heads/master@{#11497}
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.