Bug 219833

Summary: Missing function pthread_set_qos_class_self_np in bmalloc/bmalloc/Scavenger.cpp
Product: WebKit Reporter: monson <holymonson>
Component: WebKitGTKAssignee: 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   

Description monson 2020-12-13 05:01:02 PST
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.
Comment 1 monson 2020-12-23 03:17:21 PST
Wrong alert, I'm using an outdated SDK.