commit | 02bafc6379969075127760e060fc262b0d76b3ca | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@webrtc.org> | Fri Jul 01 10:45:15 2016 |
committer | Peter Boström <pbos@webrtc.org> | Fri Jul 01 10:45:29 2016 |
tree | 75663574ea4da80227bd6db07ca5444e181e3a52 | |
parent | 9b0dc622d46b6b09bb7ccaca6b2f68739c87ff8d [diff] |
Add a race-checking mechanism. Permits CHECKing/DCHECKing that methods are being accessed in a thread-safe manner, even if they are not used by one single thread (thread pools such as VideoToolbox OK). BUG= R=danilchap@webrtc.org, tommi@webrtc.org Review URL: https://codereview.webrtc.org/2097403002 . Cr-Commit-Position: refs/heads/master@{#13358}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.