commit | 665d18ea29fd1be3c6acfd018f7713b7fac6ec41 | [log] [tgz] |
---|---|---|
author | Yura Yaroshevich <yura.yaroshevich@gmail.com> | Tue Jan 23 17:10:29 2018 +0300 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 26 11:07:16 2018 +0000 |
tree | 19acbd3a72f850b149097acf459592fc5e60b476 | |
parent | 833cdea9238757716bfbc91fdedbfdd0ba83a13a [diff] |
Use sched_yield instead of nanosleep(0) for Android Use sched_yield instead of nanosleep for Android inside rtc::PlatformThread::Run to avoid slow nanosleep(0) issue after app minimization on Android. Bug: webrtc:8770 Change-Id: I51ae0ae370313beb38a5027b0633a4bd48381d5c Reviewed-on: https://webrtc-review.googlesource.com/42200 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21772}
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.