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

Function ffclock_microdifftime

freebsd/kern/kern_ffclock.c:370–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void
371ffclock_microdifftime(ffcounter ffdelta, struct timeval *tvp)
372{
373 struct bintime bt;
374
375 ffclock_difftime(ffdelta, &bt, NULL);
376 bintime2timeval(&bt, tvp);
377}
378
379/*
380 * System call allowing userland applications to retrieve the current value of

Callers

nothing calls this directly

Calls 2

ffclock_difftimeFunction · 0.85
bintime2timevalFunction · 0.85

Tested by

no test coverage detected