Home | History | Annotate | Download | only in ipc

Lines Matching refs:Close

138   Close();
170 void Channel::ChannelImpl::Close() {
174 // If untrusted code tries to close the channel prior to shutdown, it's likely
179 close(pipe_);
205 // Close sets the pipe to -1. It's possible we'll get a buffer sent to us from
206 // the reader thread after Close is called. If so, we ignore it.
226 Close();
279 Close();
370 void Channel::Close() {
371 channel_impl_->Close();