Bug 219833
| Summary: | Missing function pthread_set_qos_class_self_np in bmalloc/bmalloc/Scavenger.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | monson <holymonson> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Mac (Intel) | ||
| OS: | macOS 10.15 | ||
monson
Function `pthread_set_qos_class_self_np()` used in bmalloc/bmalloc/Scavenger.cpp is supposed to be included in <pthread/qos.h>, but it seems no one include that header file by all hierarchies, which cause WebKitGTK built on macOS failed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
monson
Wrong alert, I'm using an outdated SDK.