MCPcopy 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
283void
284fbclock_microuptime(struct timeval *tvp)
285{
286 struct bintime bt;
287
288 fbclock_binuptime(&bt);
289 bintime2timeval(&bt, tvp);
290}
291
292void
293fbclock_bintime(struct bintime *bt)

Callers 1

microuptime_fromclockFunction · 0.85

Calls 2

fbclock_binuptimeFunction · 0.85
bintime2timevalFunction · 0.85

Tested by

no test coverage detected