Searched refs:notime (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xfs/dist/os/
H A Dconnection.c444 struct timeval notime; local in function:CheckConnections
447 notime.tv_sec = 0;
448 notime.tv_usec = 0;
456 r = Select(curclient + 1, &tmask, NULL, NULL, &notime);
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dconnection.c977 struct timeval notime; local in function:CheckConnections
983 notime.tv_sec = 0;
984 notime.tv_usec = 0;
997 r = Select (curclient + 1, &tmask, NULL, NULL, &notime);
1013 r = Select (curclient + 1, &tmask, NULL, NULL, &notime);

Completed in 8 milliseconds