commit | 52cab50c22f01866f10d4bf2398a8d7cd3e9b8e5 | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Mon May 14 17:55:06 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon May 14 16:56:29 2018 +0000 |
tree | c74166acabef894fbfce3a17ab6cd4476ebbd47b | |
parent | 858c4d70cd8eff85b8c203696baa32be5c101c06 [diff] |
Fixes thread-safety-analysis warnings for Windows ADM. Now using attribute to ensure that we avoid error like these when bulding with -Wthread-safety-analysis: error: mutex '_critSect' is still held at the end of function [-Werror,-Wthread-safety-analysis] RTC_NO_THREAD_SAFETY_ANALYSIS is an attribute on functions or methods, which turns off thread safety checking for that method. It provides an escape hatch for functions which are either (1) deliberately thread-unsafe, or (2) are thread-safe, but too complicated for the analysis to understand. Bug: webrtc:9202 Change-Id: Ie332bca7eb7eb535ed965de5ddc42872c4f30602 Reviewed-on: https://webrtc-review.googlesource.com/76562 Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23221}
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.