HomeSort by: relevance | last modified time | path
    Searched refs:iMode (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_network.c 193 u_long iMode = block ? 0 : 1;
194 ioctlsocket(s, FIONBIO, &iMode);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_network.c 193 u_long iMode = block ? 0 : 1;
194 ioctlsocket(s, FIONBIO, &iMode);
  /xsrc/external/mit/libxcb/dist/src/
xcb_conn.c 107 u_long iMode = 1; /* non-zero puts it in non-blocking mode, 0 in blocking mode */
110 ret = ioctlsocket(fd, FIONBIO, &iMode);

Completed in 6 milliseconds