Home
last modified time | relevance | path

Searched refs:ith_kmsg (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/ipc/
H A Dipc_mqueue.c307 th->ith_kmsg = IKM_NULL; in ipc_mqueue_add_locked()
331 th->ith_kmsg = kmsg; in ipc_mqueue_add_locked()
798 receiver->ith_kmsg = kmsg; in ipc_mqueue_post()
823 receiver->ith_kmsg = IKM_NULL; in ipc_mqueue_post()
1236 thread->ith_kmsg = IKM_NULL; in ipc_mqueue_select_on_thread_locked()
1253 thread->ith_kmsg = kmsg; in ipc_mqueue_select_on_thread_locked()
H A Dipc_pset.c1084 assert(self->ith_kmsg == IKM_NULL); in filt_machportprocess()
1098 if (self->ith_kmsg) { in filt_machportprocess()
1099 struct thread_group *tg = ipc_kmsg_get_thread_group(self->ith_kmsg); in filt_machportprocess()
H A Dflipc.c336 kick |= ipc_kmsg_delayed_destroy(thread->ith_kmsg); in flipc_cmd_ack()
H A Dmach_msg.c294 ipc_kmsg_t kmsg = self->ith_kmsg; in mach_msg_receive_results()
/xnu-11215/osfmk/kern/
H A Dipc_mig.c468 kmsg = self->ith_kmsg; in kernel_mach_msg_rpc_common()
H A Dthread.h1060 #define ith_kmsg saved.receive.kmsg macro