Home | History | Annotate | Download | only in ipc

Lines Matching refs:hops

951 void ChannelPosix::QueueCloseFDMessage(int fd, int hops) {
952 switch (hops) {
959 if (!msg->WriteInt(hops - 1) || !msg->WriteInt(fd)) {
1006 int fd, hops;
1007 if (!msg.ReadInt(&iter, &hops))
1011 if (hops == 0) {
1019 hops);