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

Function fbclock_getnanouptime

freebsd/kern/kern_tc.c:324–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void
325fbclock_getnanouptime(struct timespec *tsp)
326{
327 struct bintime bt;
328
329 GETTHMEMBER(&bt, th_offset);
330 bintime2timespec(&bt, tsp);
331}
332
333void
334fbclock_getmicrouptime(struct timeval *tvp)

Callers 1

getnanouptime_fromclockFunction · 0.85

Calls 1

bintime2timespecFunction · 0.85

Tested by

no test coverage detected