Searched refs:tv_usec (Results 1 – 3 of 3) sorted by relevance
225 tv->tv_usec = (suseconds_t)(us_since_epoch % 1000000); in _gettimeofday()232 int64_t us_since_epoch = tv->tv_sec * 1000000 + tv->tv_usec; in settimeofday()
315 long tv_usec; /* and microseconds */ member
1103 timeout ? (s32_t)timeout->tv_usec : (s32_t)-1));1111 if (timeout && timeout->tv_sec == 0 && timeout->tv_usec == 0) {1174 msectimeout = ((timeout->tv_sec * 1000) + ((timeout->tv_usec + 500)/1000));
Completed in 9 milliseconds