commit | 0a2391f74c001357c661d4fe39671cc82175d5c4 | [log] [tgz] |
---|---|---|
author | tommi <tommi@webrtc.org> | Tue Mar 21 09:31:51 2017 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 21 09:31:51 2017 |
tree | 02ea792805bda9c0c5a34d97fa29f293ff733895 | |
parent | 3257b16156ee3065edbc722c6e215b58a8914ad2 [diff] |
Add thread check to ModuleProcessThread::DeRegisterModule and remove all unnecessary locking that was there due to one implementation calling from a different thread. The only thing that was holding us back was the indeterministic teardown of voe::Channel(), but it turned out that fixing it wasn't that hard :) BUG=webrtc:4508 Review-Url: https://codereview.webrtc.org/2755273004 Cr-Commit-Position: refs/heads/master@{#17315}
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.