Home
last modified time | relevance | path

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

/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()