Home | History | Annotate | Download | only in ports

Lines Matching defs:ports

17 #include "mojo/edk/system/ports/event.h"
18 #include "mojo/edk/system/ports/message.h"
19 #include "mojo/edk/system/ports/name.h"
20 #include "mojo/edk/system/ports/port.h"
21 #include "mojo/edk/system/ports/port_ref.h"
22 #include "mojo/edk/system/ports/user_data.h"
28 namespace ports {
61 // Returns true iff there are no open ports referring to another node or ports
69 // |true| even if some ports remain alive, as long as none of them are proxies
79 // a connection between two nodes. Generally, ports are created using
88 // Generates a new connected pair of ports bound to this node. These ports
128 // Called to merge two ports with each other. If you have two independent
143 // Like above but merges two ports local to this node. Because both ports are
145 // merge. If this fails for any reason, both ports are closed. Otherwise OK
146 // is returned and the ports' receiving peers are connected to each other.
150 // indefinitely. This triggers cleanup of ports bound to this node.
224 } // namespace ports