commit | 49cb4599560d6005d5df0dadfca2db04b288f216 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Tue Jun 22 08:02:26 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 22 09:49:07 2021 |
tree | e184153308e1bac9ac9fb3233e6a5a4e0284d02b | |
parent | 0fe60bd41a9afff43a17a4e38194c7cbbc972421 [diff] |
TaskQueueStdlib: initialize the thread last. TaskQueueStdlib initialized it's thread too early which permitted it to access uninitialized attributes. Also remove the |stopped_| event which isn't needed because of the platform thread being joinable. Fixed: webrtc:12876 Change-Id: Ibd27ce915e0e3ac92ebafca535c5a3fd72f9165e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/223340 Commit-Queue: Markus Handell <handellm@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34355}
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.