Home
last modified time | relevance | path

Searched refs:suseconds_t (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/headers/posix/
Dsys_select_h.c36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec); in sys_select_h()
39 TYPE(suseconds_t); in sys_select_h()
Dsys_time_h.c36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec); in sys_time_h()
43 TYPE(suseconds_t); in sys_time_h()
Dsys_types_h.c64 TYPE(suseconds_t); in sys_types_h()
/bionic/libc/include/sys/
Dtypes.h81 typedef __suseconds_t suseconds_t; typedef
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_timers.c180 tv.tv_usec = (suseconds_t)(ts.tv_nsec / 1000); in evTimeVal()