Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ platform_initclocks
Function
platform_initclocks
freebsd/mips/mips/tick.c:97–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void
98
platform_initclocks(void)
99
{
100
101
if (platform_timecounter != NULL)
102
tc_init(platform_timecounter);
103
}
104
105
static uint64_t
106
tick_ticker(void)
Callers
1
cpu_initclocks
Function · 0.70
Calls
1
tc_init
Function · 0.85
Tested by
no test coverage detected