HomeSort by relevance Sort by last modified time
    Searched defs:mach_port_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/mac/
scoped_mach_port.h 21 explicit ScopedMachPort(mach_port_t port);
25 void reset(mach_port_t port = MACH_PORT_NULL);
27 operator mach_port_t() const {
31 mach_port_t get() const {
36 mach_port_t port_;
  /external/chromium/base/
mach_ipc_mac.h 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_
    [all...]

Completed in 890 milliseconds