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

Function fbclock_getnanotime

freebsd/kern/kern_tc.c:349–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void
350fbclock_getnanotime(struct timespec *tsp)
351{
352
353 GETTHMEMBER(tsp, th_nanotime);
354}
355
356void
357fbclock_getmicrotime(struct timeval *tvp)

Callers 1

getnanotime_fromclockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected