Lines Matching full:mach
32 // Some helpful wrappers for using Mach IPC calls
37 #import <mach/mach.h>
38 #import <mach/message.h>
49 // MachMessage: a wrapper for a mach message of the following form
59 // Represents a mach port for which we have receive rights
62 // Represents a mach port for which we have send rights
149 // MachMessage: a wrapper for a mach message
182 // Adds a descriptor (typically a mach port) to be translated
189 // Convenience method which gets the mach port described by the descriptor
231 // of a mach message being sent and being received, and adds increased type
249 // Represents a mach port for which we have receive rights
252 // Creates a new mach port for receiving messages and registers a name for it
255 // Given an already existing mach port, use it. We take ownership of the
259 // Create a new mach port for receiving messages
264 // Waits on the mach port until message received or timeout
268 // The underlying mach port that we wrap
279 // Represents a mach port for which we have send rights
286 // Given an already existing mach port, use it.