Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fbclock_microuptime
Function
fbclock_microuptime
freebsd/kern/kern_tc.c:283–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
void
284
fbclock_microuptime(struct timeval *tvp)
285
{
286
struct bintime bt;
287
288
fbclock_binuptime(&bt);
289
bintime2timeval(&bt, tvp);
290
}
291
292
void
293
fbclock_bintime(struct bintime *bt)
Callers
1
microuptime_fromclock
Function · 0.85
Calls
2
fbclock_binuptime
Function · 0.85
bintime2timeval
Function · 0.85
Tested by
no test coverage detected