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

  /xsrc/external/mit/xfs/dist/os/
connection.c 444 struct timeval notime; local
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/
connection.c 977 struct timeval notime; local
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 6 milliseconds