Searched refs:suseconds_t (Results 1 – 6 of 6) 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
389 mBufferInfo.timestamp.tv_usec = (suseconds_t)((now % 1000LL) * 1000LL); in collectFrames()
180 tv.tv_usec = (suseconds_t)(ts.tv_nsec / 1000); in evTimeVal()