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

Function getmicrouptime_fromclock

freebsd/sys/timeffc.h:370–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370static inline void
371getmicrouptime_fromclock(struct timeval *tvp, int whichclock)
372{
373
374 if (whichclock == SYSCLOCK_FFWD)
375 ffclock_getmicrouptime(tvp);
376 else
377 fbclock_getmicrouptime(tvp);
378}
379
380#else /* !_KERNEL */
381

Callers 2

getmicrouptimeFunction · 0.85
getmicrotimeFunction · 0.85

Calls 2

ffclock_getmicrouptimeFunction · 0.85
fbclock_getmicrouptimeFunction · 0.85

Tested by

no test coverage detected