Home | History | Annotate | Download | only in base

Lines Matching refs:mach_port_t

47 //          mach_port_t task = message.GetTranslatedPort(0);
48 // mach_port_t thread = message.GetTranslatedPort(1);
82 MachMsgPortDescriptor(mach_port_t in_name,
92 MachMsgPortDescriptor(mach_port_t in_name) {
109 mach_port_t GetMachPort() const {
118 operator mach_port_t() const {
174 mach_port_t GetTranslatedPort(int n);
267 explicit ReceivePort(mach_port_t receive_port);
280 mach_port_t GetPort() const { return port_; }
283 mach_port_t port_;
299 explicit MachPortSender(mach_port_t send_port);
305 mach_port_t send_port_;