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

Function fbclock_getmicrouptime

freebsd/kern/kern_tc.c:333–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void
334fbclock_getmicrouptime(struct timeval *tvp)
335{
336 struct bintime bt;
337
338 GETTHMEMBER(&bt, th_offset);
339 bintime2timeval(&bt, tvp);
340}
341
342void
343fbclock_getbintime(struct bintime *bt)

Callers 1

getmicrouptime_fromclockFunction · 0.85

Calls 1

bintime2timevalFunction · 0.85

Tested by

no test coverage detected