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

Callers 1

cpu_initclocksFunction · 0.70

Calls 1

tc_initFunction · 0.85

Tested by

no test coverage detected