Home
last modified time | relevance | path

Searched defs:MachPortsEntry (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/edk/system/
Dchannel.h89 struct MachPortsEntry { struct
91 uint16_t index;
94 uint32_t mach_port;
Dchannel_posix.cc156 using MachPortsEntry = Channel::Message::MachPortsEntry; in GetReadPlatformHandles() typedef