commit | ee8cd20ec550f19a7c62c0d8dd509ca654750580 | [log] [tgz] |
---|---|---|
author | Per Kjellander <perkj@webrtc.org> | Wed Mar 10 11:31:38 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 10 14:16:38 2021 |
tree | 2cc353f5c8ce2d0f50adf1a74a37b1a5c221b269 | |
parent | bb22066e60fc50d2afeb7c77577dd88c060eb5d5 [diff] |
Add a mutex free implementation of webrtc::ReceiveStatistics The mutex is removed from the old existing implementation and instead a wrapper is implemented that ensure thread-safety. Both the thread-safe and unsafe version share the same implementation of the logic. There are two ways of construction: webrtc::ReceiveStatistics::Create - thread-safe version. webrtc::ReceiveStatistics::CreateUnLocked -thread-unsafe Bug: none Change-Id: Ica375919fda70180335c8f9ea666497811daf866 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/211240 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33419}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.