Searched refs:ith_rpc_reply (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_mig.c156 * Uses ith_rpc_reply for the reply port.
186 reply = self->ith_rpc_reply;
190 (self->ith_rpc_reply != IP_NULL))
192 self->ith_rpc_reply = reply;
H A Dipc_tt.c441 thread->ith_rpc_reply = IP_NULL;
486 if (thread->ith_rpc_reply != IP_NULL)
487 ipc_port_dealloc_reply(thread->ith_rpc_reply);
489 thread->ith_rpc_reply = IP_NULL;
H A Dthread.h299 mach_port_t ith_rpc_reply; /* reply port for kernel RPCs */ member in struct:thread

Completed in 32 milliseconds