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

Function abs_timeout_init2

freebsd/kern/kern_umtx.c:768–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768static void
769abs_timeout_init2(struct abs_timeout *timo, const struct _umtx_time *umtxtime)
770{
771
772 abs_timeout_init(timo, umtxtime->_clockid,
773 (umtxtime->_flags & UMTX_ABSTIME) != 0, &umtxtime->_timeout);
774}
775
776static inline void
777abs_timeout_update(struct abs_timeout *timo)

Callers 8

do_waitFunction · 0.85
do_lock_normalFunction · 0.85
do_lock_piFunction · 0.85
do_lock_ppFunction · 0.85
do_rw_rdlockFunction · 0.85
do_rw_wrlockFunction · 0.85
do_sem_waitFunction · 0.85
do_sem2_waitFunction · 0.85

Calls 1

abs_timeout_initFunction · 0.85

Tested by

no test coverage detected