Home | History | Annotate | Download | only in input

Lines Matching refs:MSG_DONTWAIT

155         nWrite = ::send(mFd, msg, msgLength, MSG_DONTWAIT | MSG_NOSIGNAL);
190 nRead = ::recv(mFd, msg, sizeof(InputMessage), MSG_DONTWAIT);