commit | 61046eb38d188c759478c84fb536ec8dd941e146 | [log] [tgz] |
---|---|---|
author | tommi <tommi@webrtc.org> | Tue Jan 19 10:59:56 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 19 11:00:01 2016 |
tree | a2d303d2a977bc79d8bcf2773444859c5060f106 | |
parent | 3860c7f8731c4718f40a762cffb65f12dc294a69 [diff] |
Rename RWLockGeneric to RWLockWinXP to more accurately reflect when it's used. Since this is on Windows only, I'm also using the CriticalSectionWrapper and ConditionVariableWrapper Windows types directly which allows us to skip 3 extra heap allocations. It also helps with the removal of the 'friend' relationship between ConditionVariableWrapper and CriticalSectionWrapper, which is causing headaches on Mac. BUG= Review URL: https://codereview.webrtc.org/1595983002 Cr-Commit-Position: refs/heads/master@{#11300}
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.