Home
last modified time | relevance | path

Searched refs:tvtoabstime (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dkern_time.c437 tvtoabstime(&p->p_rtime), 0, THREAD_CALL_DELAY_USER_NORMAL)) { in setitimer()
512 tvtoabstime(&new_proc->p_rtime), 0, THREAD_CALL_DELAY_USER_NORMAL)) { in proc_inherit_itimers()
613 if (!thread_call_enter_delayed_with_leeway(p->p_rcall, NULL, tvtoabstime(&p->p_rtime), 0, in realitexpire()
866 tvtoabstime( in tvtoabstime() function
H A Dsys_generic.c1165 clock_absolutetime_interval_to_deadline(tvtoabstime(&atv), &timeout); in select_nocancel()
/xnu-12377.81.4/bsd/sys/
H A Dsystm.h234 uint64_t tvtoabstime(struct timeval *);