commit | dbfb58b850c14eeadac5ac66689fb855c79abf36 | [log] [tgz] |
---|---|---|
author | Noah Richards <noahric@chromium.org> | Tue Apr 02 23:18:57 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 03 09:08:52 2019 |
tree | 99f1ae8b5dd3074719b2a799e9416316fc0ca955 | |
parent | d9bf720c20a248be37328fc0e613296034e874bb [diff] |
Ignore ERROR_ACCESS_DENIED when stopping Windows platform threads. Wine implements ::QueueUserAPC incorrectly and returns ERROR_ACCESS_DENIED when the thread is terminating instead of ERROR_GEN_FAILURE. This is (hopefully) safe to do, assuming the correct Windows implementation would never use ERROR_ACCESS_DENIED in an actual failure case. I can't find documentation that says one way or the other. Bug: None Change-Id: If74a40bb7e1cd49cc2266c31684bd88f1c667422 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/131042 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27432}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.