Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dsyscall_subr.h68 extern void thread_poll_yield(thread_t self);
H A Dsyscall_subr.c553 thread_poll_yield(thread_t self) in thread_poll_yield() function
/xnu-10002.61.3/osfmk/ipc/
H A Dmach_msg.c936 thread_poll_yield(self); in mach_msg_trap_receive()