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

Function ffclock_microtime

freebsd/kern/kern_ffclock.c:264–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void
265ffclock_microtime(struct timeval *tvp)
266{
267 struct bintime bt;
268
269 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC);
270 bintime2timeval(&bt, tvp);
271}
272
273void
274ffclock_getbintime(struct bintime *bt)

Callers 1

microtime_fromclockFunction · 0.85

Calls 2

ffclock_abstimeFunction · 0.85
bintime2timevalFunction · 0.85

Tested by

no test coverage detected