Home | History | Annotate | Download | only in service

Lines Matching refs:handle

38 // are associated with a unique handle and can be resolved from the handle for
60 // Informs that the given channel handle is used for a Send operation.
61 // Returns an error status if the handle is already used by another Send.
62 Status RegisterSend(const ChannelHandle& handle);
64 // Informs that the given channel handle is used for a Recv operation.
65 // Returns an error status if the handle is already used by another Recv.
66 Status RegisterRecv(const ChannelHandle& handle);
73 Status RegisterSendInternal(const ChannelHandle& handle)
76 Status RegisterRecvInternal(const ChannelHandle& handle)