Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dprocessor.h467 uint64_t timer_call_ttd; /* current timer call time-to-deadline */ member
H A Dtimer_call.c1028 uint64_t *ttdp = &current_processor()->timer_call_ttd; in timer_queue_expire_with_options()
H A Dsched_prim.c1082 uint64_t ttd = current_processor()->timer_call_ttd; in thread_unblock()