Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsyscall_subr.h68 extern void thread_poll_yield(thread_t self);
H A Dsyscall_subr.c563 thread_poll_yield(thread_t self) in thread_poll_yield() function
/xnu-12377.41.6/osfmk/ipc/
H A Dmach_msg.c798 thread_poll_yield(self); in mach_msg_trap_receive()