Searched refs:depress_timer (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsyscall_subr.c359 if (!timer_call_enter(&self->depress_timer, deadline, TIMER_CALL_CRITICAL))
418 if (timer_call_cancel(&thread->depress_timer))
456 if (!timer_call_enter(&self->depress_timer, abstime, TIMER_CALL_CRITICAL))
H A Dthread.h295 timer_call_data_t depress_timer; member in struct:thread
H A Dthread.c344 if (timer_call_cancel(&thread->depress_timer))
764 timer_call_setup(&new_thread->depress_timer, thread_depress_expire, new_thread);

Completed in 29 milliseconds