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

Function abs_timeout_update

freebsd/kern/kern_umtx.c:776–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776static inline void
777abs_timeout_update(struct abs_timeout *timo)
778{
779
780 kern_clock_gettime(curthread, timo->clockid, &timo->cur);
781}
782
783static int
784abs_timeout_gethz(struct abs_timeout *timo)

Callers 3

abs_timeout_initFunction · 0.85
umtxq_sleepFunction · 0.85
do_sem2_waitFunction · 0.85

Calls 1

kern_clock_gettimeFunction · 0.85

Tested by

no test coverage detected