Searched refs:MTCP_NONBLOCK (Results 1 – 4 of 4) sorted by relevance
121 if (pair_socket->opts & MTCP_NONBLOCK) { in RaiseEventToPair()166 if (socket->opts & MTCP_NONBLOCK) { in PipeRead()175 if (!(socket->opts & MTCP_NONBLOCK)) { in PipeRead()270 if (socket->opts & MTCP_NONBLOCK) { in PipeWrite()279 if (!(socket->opts & MTCP_NONBLOCK)) { in PipeWrite()
486 mtcp->smap[sockid].opts |= MTCP_NONBLOCK; in mtcp_setsock_nonblock()543 mtcp->smap[sockid].opts |= MTCP_NONBLOCK; in mtcp_ioctl()545 mtcp->smap[sockid].opts &= ~MTCP_NONBLOCK; in mtcp_ioctl()849 if (listener->socket->opts & MTCP_NONBLOCK) { in mtcp_accept()1168 if (socket->opts & MTCP_NONBLOCK) { in mtcp_connect()1560 if (socket->opts & MTCP_NONBLOCK) { in mtcp_recv()1672 if (socket->opts & MTCP_NONBLOCK) { in mtcp_readv()1816 if (socket->opts & MTCP_NONBLOCK) { in mtcp_write()1839 if (ret == 0 && (socket->opts & MTCP_NONBLOCK)) { in mtcp_write()1926 if (to_write == 0 && (socket->opts & MTCP_NONBLOCK)) { in mtcp_writev()
835 if (!(mtcp->listener->socket->opts & MTCP_NONBLOCK)) { in InterruptApplication()
22 MTCP_NONBLOCK = 0x01, enumerator