HomeSort by relevance Sort by last modified time
    Searched full:time2wait (Results 1 - 1 of 1) sorted by null

  /external/openssh/openbsd-compat/
bsd-misc.c 143 struct timeval tstart, tstop, tremain, time2wait; local
145 TIMESPEC_TO_TIMEVAL(&time2wait, req)
147 rc = select(0, NULL, NULL, NULL, &time2wait);
152 tremain.tv_sec = time2wait.tv_sec -
154 tremain.tv_usec = time2wait.tv_usec -

Completed in 927 milliseconds