Home | History | Annotate | Download | only in mac

Lines Matching refs:mach_port_t

73 //          mach_port_t task = message.GetTranslatedPort(0);
74 // mach_port_t thread = message.GetTranslatedPort(1);
107 MachMsgPortDescriptor(mach_port_t in_name,
117 MachMsgPortDescriptor(mach_port_t in_name) {
134 mach_port_t GetMachPort() const {
143 operator mach_port_t() const {
190 mach_port_t GetTranslatedPort(int n);
257 explicit ReceivePort(mach_port_t receive_port);
269 mach_port_t GetPort() const { return port_; }
274 mach_port_t port_;
287 explicit MachPortSender(mach_port_t send_port);
295 mach_port_t send_port_;