Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_time.c436 tvtoabstime(&p->p_rtime), 0, THREAD_CALL_DELAY_USER_NORMAL)) { in setitimer()
511 tvtoabstime(&new_proc->p_rtime), 0, THREAD_CALL_DELAY_USER_NORMAL)) { in proc_inherit_itimers()
612 if (!thread_call_enter_delayed_with_leeway(p->p_rcall, NULL, tvtoabstime(&p->p_rtime), 0, in realitexpire()
865 tvtoabstime( in tvtoabstime() function
H A Dsys_generic.c1172 clock_absolutetime_interval_to_deadline(tvtoabstime(&atv), &timeout); in select_nocancel()
/xnu-8792.41.9/bsd/sys/
H A Dsystm.h222 uint64_t tvtoabstime(struct timeval *);