Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
293
void
294
empty_loop(void)
295
{
296
int i;
297
298
for (i = 0; i < CALIB_SCALE; i++)
299
__asm __volatile(
""
);
300
}
301
302
void
303
nullfunc(void)
Callers
1
kmstartup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected