| commit | cba7209fed3f0d04d42503f242e1cd2d00ae9730 | [log] [tgz] |
|---|---|---|
| author | Zequan Wu <zequanwu@google.com> | Wed Mar 05 00:18:54 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 05 11:49:13 2025 |
| tree | 0ac495a1a74897c43dd9b35b8d701a8ac3900c07 | |
| parent | 3a7525ec0c8f710b3cec586d1451dc5c1ca41759 [diff] |
Fix -Wthread-safety-analysis warning on sequence_checker.h Recent clang change (https://github.com/llvm/llvm-project/commit/3c8c0d4d8d9bbc160d160e683f7a74fd28574dc6) improves the warning -Wthread-safety-analysis so that it's able to thread safety analysis through & operator. Moving the `[]() RTC_ASSERT_EXCLUSIVE_LOCK(x) {}();` statement before the call to IsCurrent() to assert that x is already held. Bug: chromium:400730119 Change-Id: Ib3cabef3ac5a26e793699da27b0bb162011c1ac6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/379880 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44048}
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.