Lines Matching full:mfd
98 mName(name), mFd(fd) {
104 int result = fcntl(mFd, F_SETFL, O_NONBLOCK);
112 mName.string(), mFd);
115 ::close(mFd);
150 nWrite = ::send(mFd, msg, msgLength, MSG_DONTWAIT | MSG_NOSIGNAL);
185 nRead = ::recv(mFd, msg, sizeof(InputMessage), MSG_DONTWAIT);