HomeSort by relevance Sort by last modified time
    Searched refs:timo (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
select.c 160 int64_t timo; local
205 timo = tv->tv_usec + (tv->tv_sec * 1000000);
208 timo = 0;
227 if (timo) {
232 timo -= _SELECT_DELAY_;
235 } while (timo > 0 || forever);
  /external/ppp/pppd/
sys-solaris.c     [all...]
main.c 650 struct timeval timo; local
660 wait_input(timeleft(&timo));
    [all...]
sys-linux.c 1076 * for the length of time specified by *timo (indefinite
1077 * if timo is NULL).
1080 void wait_input(struct timeval *timo)
1087 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
    [all...]

Completed in 88 milliseconds