MCPcopy 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
98void
99platform_initclocks(void)
100{
101
102 if (platform_timecounter != NULL)
103 tc_init(platform_timecounter);
104}
105
106static uint64_t
107tick_ticker(void)

Callers

nothing calls this directly

Calls 1

tc_initFunction · 0.85

Tested by

no test coverage detected