Bug 219833 - Missing function pthread_set_qos_class_self_np in bmalloc/bmalloc/Scavenger.cpp
Summary: Missing function pthread_set_qos_class_self_np in bmalloc/bmalloc/Scavenger.cpp
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Mac (Intel) macOS 10.15
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-13 05:01 PST by monson
Modified: 2020-12-23 03:17 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.