Searched refs:suseconds_t (Results 1 – 4 of 4) sorted by relevance
15 typedef long suseconds_t; typedef19 suseconds_t tv_usec;
29 tv->tv_usec = (suseconds_t)(us_since_epoch % 1000000); in gettimeofday()
85 tv->tv_usec = (suseconds_t)(us_since_epoch % 1000000); in gettimeofday()
83 tv->tv_usec = (suseconds_t)(us_since_epoch % 1000000); in _gettimeofday()