Searched refs:suseconds_t (Results 1 – 5 of 5) sorted by relevance
36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec); in sys_select_h()39 TYPE(suseconds_t); in sys_select_h()
36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec); in sys_time_h()43 TYPE(suseconds_t); in sys_time_h()
64 TYPE(suseconds_t); in sys_types_h()
81 typedef __suseconds_t suseconds_t; typedef
180 tv.tv_usec = (suseconds_t)(ts.tv_nsec / 1000); in evTimeVal()