Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ tick
Function
tick
src/time.rs:38–41 ·
view source on GitHub ↗
Tick function
()
Source
from the content-addressed store, hash-verified
36
37
// Tick function
38
pub fn tick() -> usize
39
{
40
PIT_TICK.load(Ordering::Relaxed)
41
}
42
43
44
// Time between ticks
Callers
3
rtc_intrh
Function · 0.85
realtime
Function · 0.85
uptime
Function · 0.85
Calls
1
load
Method · 0.80
Tested by
no test coverage detected