Lines Matching defs:thread
93 mach_msg_port_descriptor_t thread;
171 mach_msg_port_descriptor_t thread;
197 In0P->thread.name,
500 // in a way that indicates that we want to either exit this thread or
519 mach_port_t thread = MACH_PORT_NULL;
523 thread = receive.thread.name;
539 0, NULL, thread,
574 subcode, NULL, receive.thread.name,
750 // Install the handler in its own thread, detached as we won't be joining.
794 // Include this thread's port.
795 msg.thread.name = mach_thread_self();
796 msg.thread.disposition = MACH_MSG_TYPE_PORT_SEND;
797 msg.thread.type = MACH_MSG_PORT_DESCRIPTOR;