Bug 180579

Summary: [WTF] Remove remaining use of Mutex
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, benjamin, cdumez, cmarcelo, darin, dbates, ews-watchlist, mark.lam, saam, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch achristensen: review+

Yusuke Suzuki
Reported 2017-12-08 05:02:24 PST
[WTF] Remove remaining use of Mutex
Attachments
Patch (10.56 KB, patch)
2017-12-08 05:04 PST, Yusuke Suzuki
no flags
Patch (10.90 KB, patch)
2017-12-08 05:14 PST, Yusuke Suzuki
no flags
Patch (10.89 KB, patch)
2017-12-08 06:07 PST, Yusuke Suzuki
achristensen: review+
Yusuke Suzuki
Comment 1 2017-12-08 05:04:14 PST
Yusuke Suzuki
Comment 2 2017-12-08 05:14:54 PST
EWS Watchlist
Comment 3 2017-12-08 05:17:49 PST
Attachment 328804 [details] did not pass style-queue: ERROR: Source/WTF/wtf/threads/BinarySemaphore.cpp:41: More than one command on the same line [whitespace/newline] [4] Total errors found: 1 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
Yusuke Suzuki
Comment 4 2017-12-08 06:07:17 PST
EWS Watchlist
Comment 5 2017-12-08 06:09:34 PST
Attachment 328809 [details] did not pass style-queue: ERROR: Source/WTF/wtf/threads/BinarySemaphore.cpp:41: More than one command on the same line [whitespace/newline] [4] Total errors found: 1 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
Yusuke Suzuki
Comment 6 2017-12-08 07:30:02 PST
WinCairo failure seems related to incremental build issue.
Alex Christensen
Comment 7 2017-12-08 09:01:24 PST
Comment on attachment 328809 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328809&action=review > Source/WTF/wtf/win/WorkQueueWin.cpp:159 > + HANDLE timer { 0 }; I think this could be nullptr.
Yusuke Suzuki
Comment 8 2017-12-08 09:42:33 PST
Comment on attachment 328809 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328809&action=review Thanks! >> Source/WTF/wtf/win/WorkQueueWin.cpp:159 >> + HANDLE timer { 0 }; > > I think this could be nullptr. Nice, fixed.
Yusuke Suzuki
Comment 9 2017-12-08 09:48:43 PST
Radar WebKit Bug Importer
Comment 10 2017-12-08 09:49:33 PST
Note You need to log in before you can comment on or make changes to this bug.