1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 20:35:06 +00:00
serenity/Kernel/Time
Humberto Alves f6eb155167 Kernel: Support more clocks in sys$clock_getres()
Support all the available clocks in clock_getres(). Also, fix this
function to use the actual ticks per second value, not the constant
`_SC_CLK_TCK` (which is always equal to 8) and move the resolution
computation logic to TimeManagement.
2023-02-21 01:00:06 +01:00
..
HardwareTimer.h Kernel/aarch64: Implement HardwareTimer for RPi::Timer 2022-10-17 20:11:31 +02:00
TimeManagement.cpp Kernel: Support more clocks in sys$clock_getres() 2023-02-21 01:00:06 +01:00
TimeManagement.h Kernel: Support more clocks in sys$clock_getres() 2023-02-21 01:00:06 +01:00