Searched refs:suseconds_t (Results 1 – 5 of 5) sorted by relevance
35 typedef __suseconds_t suseconds_t; typedef49 suseconds_t tv_usec; /* and microseconds */
238 typedef __suseconds_t suseconds_t; typedef
51 typedef __suseconds_t suseconds_t; typedef
61 tv->tv_usec = (suseconds_t) (ticks % tick_freq) * 1000000 / tick_freq; in gettimeofday()
937 (suseconds_t): Define conditionally via __suseconds_t.12054 (suseconds_t): Define type.