MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / GetTicks

Function GetTicks

Kernel/src/arch/x86_64/timer.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 uint32_t GetTicks(){
78 return ticks;
79 }
80
81 uint32_t GetFrequency(){
82 return frequency;

Callers 4

laihost_sleepFunction · 0.85
waitFunction · 0.85
SysUptimeFunction · 0.85
WaitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected