Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsyscall_subr.h66 extern void thread_depress_expire(void *thread, void *p1);
H A Dsyscall_subr.c431 timer_call_setup(self->depress_timer, thread_depress_expire, self); in thread_depress_timer_setup()
481 thread_depress_expire(void *p0, in thread_depress_expire() function
H A Dthread.c1496 new_thread->depress_timer = timer_call_alloc(thread_depress_expire, new_thread); in thread_create_internal()