Home
last modified time | relevance | path

Searched refs:ScopedMachSendRight (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/mac/
Dmach_port_util.cc60 base::mac::ScopedMachSendRight ReceiveMachPort(mach_port_t port_to_listen_on) { in ReceiveMachPort()
70 return base::mac::ScopedMachSendRight(MACH_PORT_NULL); in ReceiveMachPort()
72 return base::mac::ScopedMachSendRight(MACH_PORT_NULL); in ReceiveMachPort()
73 return base::mac::ScopedMachSendRight(recv_msg.data.name); in ReceiveMachPort()
78 base::mac::ScopedMachSendRight port_to_insert, in CreateIntermediateMachPort()
Dmach_port_util.h30 BASE_EXPORT base::mac::ScopedMachSendRight ReceiveMachPort(
43 base::mac::ScopedMachSendRight port_to_insert,
Dscoped_mach_port.h48 using ScopedMachSendRight = variable
Dmach_port_broker.mm46 base::mac::ScopedMachSendRight scoped_right(parent_port);
/external/libchrome/base/
Dsys_info_mac.mm78 base::mac::ScopedMachSendRight host(mach_host_self());
93 base::mac::ScopedMachSendRight host(mach_host_self());
/external/libchrome/base/process/
Dprocess_metrics_mac.cc357 base::mac::ScopedMachSendRight host(mach_host_self()); in GetSystemCommitCharge()
375 base::mac::ScopedMachSendRight host(mach_host_self()); in GetSystemMemoryInfo()
/external/libchrome/base/memory/
Dshared_memory_mac_unittest.cc169 mac::ScopedMachSendRight server_port(LookupServer(service_name.c_str())); in CommonChildProcessSetUp()
222 mac::ScopedMachSendRight client_port_;
/external/libchrome/base/time/
Dtime_mac.cc78 base::mac::ScopedMachSendRight thread(mach_thread_self()); in ComputeThreadTicks()