Searched refs:notime (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | connection.c | 444 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, ¬ime);
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | connection.c | 977 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, ¬ime); 1013 r = Select (curclient + 1, &tmask, NULL, NULL, ¬ime);
|
Completed in 8 milliseconds