MCPcopy Create free account
hub / github.com/F-Stack/f-stack / empty_loop

Function empty_loop

freebsd/libkern/mcount.c:293–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291#endif
292
293void
294empty_loop(void)
295{
296 int i;
297
298 for (i = 0; i < CALIB_SCALE; i++)
299 __asm __volatile("");
300}
301
302void
303nullfunc(void)

Callers 1

kmstartupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected