ArvernOS
|
Functions | |
void | arch_timer_init () |
uint64_t | arch_timer_uptime_microseconds () |
void | arch_clock_init () |
uint64_t | arch_clock_get_current_microseconds () |
Architecture-specific code for time management.
uint64_t arch_clock_get_current_microseconds | ( | ) |
Returns the current time in microseconds.
void arch_clock_init | ( | ) |
Initializes the system clock.
void arch_timer_init | ( | ) |
Initializes the system timer.
uint64_t arch_timer_uptime_microseconds | ( | ) |
Returns the number of microseconds since the timer has been initialized.