commit | cdf6172b7fcb32bb4363243377e08731cc9a4b5d | [log] [tgz] |
---|---|---|
author | andresp <andresp@webrtc.org> | Fri Jul 08 02:45:40 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jul 08 09:45:47 2016 +0000 |
tree | 18f8482cfd2d68d83a972cde8bbecd21708d7eca | |
parent | a16f7a83a1bd764e660c566af8718782961f8264 [diff] |
Replace reentrant ASSERT checks in MessageQueueManager with a non-racy version. ASSERT(!crit_.CurrentThreadIsOwner()) was racy due to use of a rtc::IsThreadRefEqual which cannot compare the thread handlers without a lock unless one is already sure it is the thread owning the crit. Review-Url: https://codereview.webrtc.org/2131503002 Cr-Commit-Position: refs/heads/master@{#13411}
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.