Searched refs:tvtoabstime (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h224 uint64_t tvtoabstime(struct timeval *);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_time.c435 if (!thread_call_enter_delayed(p->p_rcall, tvtoabstime(&p->p_rtime)))
526 if (!thread_call_enter_delayed(p->p_rcall, tvtoabstime(&p->p_rtime)))
700 tvtoabstime( function
H A Dsys_generic.c1087 tvtoabstime(&atv), &sel->abstime);
2468 interval = tvtoabstime(&atv);
H A Dpthread_support.c3012 deadline = tvtoabstime(&t);
3065 deadline = tvtoabstime(&t);

Completed in 33 milliseconds