Bug 313438
| Summary: | [TSan] GlyphPage::s_count: use std::atomic for the debug counter | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Lewis <simon.lewis> |
| Component: | Layout and Rendering | Assignee: | Simon Lewis <simon.lewis> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Lewis
GlyphPage's static s_count is incremented/decremented from the font worker and main thread; make it std::atomic<unsigned> with relaxed ordering.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
Committed 312118@main (9070da9a886a): <https://commits.webkit.org/312118@main>
Reviewed commits have been landed. Closing PR #63701 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/175693976>