Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dtimer.h96 void timer_start(timer_t timer, uint64_t tstamp);
H A Dtimer.c92 timer_start(timer_t timer, uint64_t tstamp) in timer_start() function
H A Dsched_prim.c859 timer_start(&thread->runnable_timer, ctime); in thread_unblock()