Updated: October 28, 2024 |
Query the kernel for a CPU's active frequency parameter
#include <sys/neutrino.h> int PowerGetActive(unsigned __cpu);
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The PowerGetActive() function queries the kernel for the specified CPU's active frequency.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |