Searched refs:suseconds_t (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/sys/ | ||
D | types.h | 81 typedef __suseconds_t suseconds_t; typedef |
/bionic/libc/upstream-netbsd/lib/libc/isc/ | ||
D | ev_timers.c | 180 tv.tv_usec = (suseconds_t)(ts.tv_nsec / 1000); in evTimeVal() |