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

Function microtime_fromclock

freebsd/sys/timeffc.h:280–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280static inline void
281microtime_fromclock(struct timeval *tvp, int whichclock)
282{
283
284 if (whichclock == SYSCLOCK_FFWD)
285 ffclock_microtime(tvp);
286 else
287 fbclock_microtime(tvp);
288}
289
290static inline void
291getbintime_fromclock(struct bintime *bt, int whichclock)

Callers 1

microtimeFunction · 0.85

Calls 2

ffclock_microtimeFunction · 0.85
fbclock_microtimeFunction · 0.85

Tested by

no test coverage detected