Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.cc62 const base::mac::ScopedMachSendRight& mach_port) {
63 DCHECK(mach_port.is_valid());
65 kern_return_t kr = mach_port_mod_refs(mach_task_self(), mach_port.get(),
71 return base::mac::ScopedMachSendRight(mach_port.get());
97 PlatformHandle::PlatformHandle(base::mac::ScopedMachSendRight mach_port) in PlatformHandle() argument
98 : type_(Type::kMachPort), mach_port_(std::move(mach_port)) {} in PlatformHandle()
Dplatform_handle.h64 explicit PlatformHandle(base::mac::ScopedMachSendRight mach_port); in COMPONENT_EXPORT()
/external/libchrome/ipc/
Dipc_message_attachment.cc130 mach_port_t mach_port = MACH_PORT_NULL; in CreateFromMojoHandle() local
132 mach_port = static_cast<mach_port_t>(platform_handle.value); in CreateFromMojoHandle()
134 mach_port, internal::MachPortAttachmentMac::FROM_WIRE); in CreateFromMojoHandle()
/external/libchrome/mojo/core/
Dchannel.h97 uint32_t mach_port; member
Dchannel.cc432 mach_ports_header_->entries[mach_port_index].mach_port = port; in SetHandles()
Dchannel_posix.cc225 static_cast<mach_port_t>(mach_ports[mach_port_index].mach_port); in GetReadPlatformHandles()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc20 #include <mach/mach_port.h>
/external/llvm-project/llvm/lib/Support/Unix/
DThreading.inc20 #include <mach/mach_port.h>