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

Function bintime

freebsd/kern/kern_tc.c:389–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389void
390bintime(struct bintime *bt)
391{
392
393 GETTHBINTIME(bt, th_bintime);
394}
395
396void
397nanotime(struct timespec *tsp)

Callers 2

nanotimeFunction · 0.70
microtimeFunction · 0.70

Calls 1

bintime_fromclockFunction · 0.85

Tested by

no test coverage detected