Bug 226719

Summary: [WTF][GStreamer] Fix clang TSA warnings in WTF::DataMutex
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Alicia Boya García <aboya>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bugs-noreply, calvaris, cdumez, cmarcelo, ews-watchlist
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alicia Boya García 2021-06-07 02:14:15 PDT
Fix the remaning clang thread safety warnings in WTF::DataMutex.

The goal of this patch is to reduce the number of warnings in the
GStreamer codebase. Whether DataMutex should be deprecated in favor of
Locker with the clang TSA annotations is outside of the scope of this
patch.
Comment 1 Alicia Boya García 2021-06-07 02:15:10 PDT
Created attachment 430731 [details]
Patch
Comment 2 EWS 2021-06-07 04:46:06 PDT
Committed r278558 (238556@main): <https://commits.webkit.org/238556@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 430731 [details].