commit | 38c5d9345da50e11e9e68e98837583563271c5fe | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Tue Mar 27 23:11:09 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 28 13:24:07 2018 +0000 |
tree | c560fd47aeda48607348d7c2064c6e90fc2f6fd8 | |
parent | 1d2b6274387a9bbc97b648fa6f0dac2be79e85a9 [diff] |
Reduce locking for CallStats (preparation for TaskQueue). Reduce synchronization in the class significantly and not hold a lock while calling out to external implementations. * Rewrite tests to use a real ProcessThread. * Update some code to use C++ 11 constructs & library features. Bug: webrtc:9064 Change-Id: I240a819efb6ef8197da3f2edf7acf068d2a27e8b Reviewed-on: https://webrtc-review.googlesource.com/64521 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22649}
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.