Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dtime.h64 struct timeval it_interval; /* timer interval */
65 struct timeval it_value; /* current value */
69 int gettimeofday (struct timeval *__restrict __p,
73 int utimes (const char *, const struct timeval [2]);
82 int adjtime (const struct timeval *, struct timeval *);
83 int futimes (int, const struct timeval [2]);
84 int lutimes (const char *, const struct timeval [2]);
85 int settimeofday (const struct timeval *, const struct timezone *);
329 bintime2timeval(const struct bintime *_bt, struct timeval *_tv) in bintime2timeval()
337 timeval2bintime(const struct timeval *_tv, struct bintime *_bt) in timeval2bintime()
[all …]
Dresource.h45 struct timeval ru_utime; /* user time used */
46 struct timeval ru_stime; /* system time used */
D_timeval.h47 struct timeval { struct
D_select.h80 fd_set *__exceptfds, struct timeval *__timeout);
/picolibc-latest/semihost/
Dwrite.c44 extern struct timeval __semihost_write_time _ATTRIBUTE((__weak__));
45 int gettimeofday(struct timeval *restrict tv, void *restrict tz) _ATTRIBUTE((__weak__));
Dopen.c44 extern struct timeval __semihost_creat_time _ATTRIBUTE((__weak__));
45 extern int gettimeofday(struct timeval *restrict tv, void *restrict tz) _ATTRIBUTE((__weak__));
Dgettimeofday.c40 gettimeofday(struct timeval *restrict tv, void *restrict tz) in gettimeofday()
Dfstat.c46 struct timeval __semihost_write_time, __semihost_creat_time;
/picolibc-latest/newlib/libc/time/
Dtime.c52 struct timeval now; in time()
/picolibc-latest/newlib/libc/machine/nvptx/
Dmisc.c37 gettimeofday (struct timeval *tv, void *tz) { in gettimeofday()
/picolibc-latest/test/semihost/
Dsemihost-gettimeofday.c44 struct timeval prev, cur; in main()
/picolibc-latest/newlib/
DNEWS78 - timeval macros moved to <sys/time.h>
DChangeLog-20153392 * libc/include/sys/time.h: Avoid guarding other than timeval
3393 declaration with _TIMEVAL_DEFINED. Move timeval related macros under
5732 defining struct timeval.
12050 * libc/include/sys/time.h (struct timeval): Change member types
17263 * libc/sys/linux/sys/linux_time.h: Protect struct timeval definition.
20715 * libc/sys/rtems/sys/time.h: Add macros for manipulating timeval
23148 * libc/include/sys/time.h: Only define timeval and timezone if
25830 (struct tms, timeval, timezone): Declare.