Searched refs:ith_kmsg (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_mqueue.c276 th->ith_kmsg = IKM_NULL;
292 th->ith_kmsg = kmsg;
533 receiver->ith_kmsg = kmsg;
547 receiver->ith_kmsg = IKM_NULL;
728 if (self->ith_kmsg != NULL &&
729 self->ith_kmsg->ikm_sender != NULL) {
730 lh = self->ith_kmsg->ikm_sender->label;
757 if (self->ith_kmsg != NULL &&
758 self->ith_kmsg->ikm_sender != NULL) {
759 lh = self->ith_kmsg
[all...]
H A Dmach_msg.c283 ipc_kmsg_t kmsg = self->ith_kmsg;
1205 receiver->ith_kmsg = IKM_NULL;
1222 receiver->ith_kmsg = kmsg;
1772 kmsg = self->ith_kmsg;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_mig.c238 kmsg = self->ith_kmsg;
392 kmsg = self->ith_kmsg;
H A Dthread.h370 #define ith_kmsg saved.receive.kmsg macro

Completed in 182 milliseconds