History log of /php-src/ext/pcntl/tests/pcntl_qosclass.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 17cf7b38 09-Jul-2024 David Carlier

ext/pcntl adding Pcntl namespace for Qos class.

Close GH-14892


# d4072667 11-Apr-2024 David Carlier

ext/pcntl: pcntl_getqos_class/pcntl_setqos_class addition.

Introducting macOs Quality Of Service through those two calls.
on macOs arm64/M*, there is no concept of individual cores, thus

ext/pcntl: pcntl_getqos_class/pcntl_setqos_class addition.

Introducting macOs Quality Of Service through those two calls.
on macOs arm64/M*, there is no concept of individual cores, thus
the old thread policy for cpu affinity does not work here.
Instead, the user can apply to the current process the level of
performance/energy consumption they wish from the highest
QosClass::UserInteractive to QosClass::Background.

Close GH-13945

show more ...