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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsyscall_subr.c338 if (!timer_call_enter(&self->depress_timer, deadline))
397 if (timer_call_cancel(&thread->depress_timer))
435 if (!timer_call_enter(&self->depress_timer, abstime))
H A Dthread.h261 timer_call_data_t depress_timer; member in struct:thread
H A Dthread.c297 if (timer_call_cancel(&thread->depress_timer))
667 timer_call_setup(&new_thread->depress_timer, thread_depress_expire, new_thread);

Completed in 27 milliseconds