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

Function getmicrotime_fromclock

freebsd/sys/timeffc.h:310–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310static inline void
311getmicrotime_fromclock(struct timeval *tvp, int whichclock)
312{
313
314 if (whichclock == SYSCLOCK_FFWD)
315 ffclock_getmicrotime(tvp);
316 else
317 fbclock_getmicrotime(tvp);
318}
319
320static inline void
321binuptime_fromclock(struct bintime *bt, int whichclock)

Callers

nothing calls this directly

Calls 2

ffclock_getmicrotimeFunction · 0.85
fbclock_getmicrotimeFunction · 0.85

Tested by

no test coverage detected