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/nlm/tick.c:98–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void
99
platform_initclocks(void)
100
{
101
102
if (platform_timecounter != NULL)
103
tc_init(platform_timecounter);
104
}
105
106
static uint64_t
107
tick_ticker(void)
Callers
nothing calls this directly
Calls
1
tc_init
Function · 0.85
Tested by
no test coverage detected