Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Read
Method · 0.85
laihost_sleep
Function · 0.85
wait
Function · 0.85
SysUptime
Function · 0.85
SysGetProcessInfo
Function · 0.85
SysGetNextProcessInfo
Function · 0.85
Wait
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected