Searched defs:mach_port_t (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dmach_ipc_mac.h47 // 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
[all...]

Completed in 37 milliseconds