commit | c2accf2de53a435aa2b96e1f0676239ca7cadd2f | [log] [tgz] |
---|---|---|
author | Yves Gerey <yvesg@webrtc.org> | Fri Sep 06 01:26:09 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 06 03:03:39 2019 +0000 |
tree | 57cf03e7c323ee565aa4d0e68c2f579a2b195e34 | |
parent | eea6cedd8d6db2b21c23e4b820fe3faa46706609 [diff] |
[tsan] Guard OwnerThread against concurrent access. Prevent potential concurrent access of OwnerThread::has_run_ from: * Main thread via HasRun() * Signal thread via Run() when running SignalThreadTest.OwnerThreadGoesAway. Bug: webrtc:9855 Change-Id: I8951026a64794c085b4ac799ed4b74521b97f42a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/151760 Commit-Queue: Yves Gerey <yvesg@google.com> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29087}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.