commit | 4e57d4bd7755cf01d5770aad027dcd68dcdeb2a4 | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Mon Feb 01 09:38:00 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Feb 08 10:47:18 2021 |
tree | 22e558aa7f40d3c1e8416ccf8af2c8f2c59733b0 | |
parent | a0848ddeff6fb7768afdebd5fdfdedf92858f292 [diff] |
Fix recursive locking in SignalThread. By requiring Release to be called with lock held. This is a bit of a kludge, but I think this works, because all known users of this deprecated class call Release either from OnWorkStop or SignalWorkDone, and both are called with the lock already held. Bug: webrtc:11567 Change-Id: Idf0007188e45a465aefcb8f13fea93a68930fe1c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/204483 Reviewed-by: Tommi <tommi@webrtc.org> Reviewed-by: Markus Handell <handellm@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33188}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.