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

Function GetSystemUptime

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

Source from the content-addressed store, hash-verified

71 };
72
73 uint64_t GetSystemUptime(){
74 return uptime;
75 }
76
77 uint32_t GetTicks(){
78 return ticks;

Callers 7

ReadMethod · 0.85
laihost_sleepFunction · 0.85
waitFunction · 0.85
SysUptimeFunction · 0.85
SysGetProcessInfoFunction · 0.85
SysGetNextProcessInfoFunction · 0.85
WaitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected