Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
D_timeval.h35 typedef __suseconds_t suseconds_t; typedef
49 suseconds_t tv_usec; /* and microseconds */
Dtypes.h238 typedef __suseconds_t suseconds_t; typedef
Dtime.h51 typedef __suseconds_t suseconds_t; typedef
/picolibc-latest/semihost/
Dgettimeofday.c61 tv->tv_usec = (suseconds_t) (ticks % tick_freq) * 1000000 / tick_freq; in gettimeofday()
/picolibc-latest/newlib/
DChangeLog-2015937 (suseconds_t): Define conditionally via __suseconds_t.
12054 (suseconds_t): Define type.