Searched refs:timeval (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/newlib/libc/include/sys/ |
D | time.h | 64 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 …]
|
D | resource.h | 45 struct timeval ru_utime; /* user time used */ 46 struct timeval ru_stime; /* system time used */
|
D | _timeval.h | 47 struct timeval { struct
|
D | _select.h | 80 fd_set *__exceptfds, struct timeval *__timeout);
|
/picolibc-latest/semihost/ |
D | write.c | 44 extern struct timeval __semihost_write_time _ATTRIBUTE((__weak__)); 45 int gettimeofday(struct timeval *restrict tv, void *restrict tz) _ATTRIBUTE((__weak__));
|
D | open.c | 44 extern struct timeval __semihost_creat_time _ATTRIBUTE((__weak__)); 45 extern int gettimeofday(struct timeval *restrict tv, void *restrict tz) _ATTRIBUTE((__weak__));
|
D | gettimeofday.c | 40 gettimeofday(struct timeval *restrict tv, void *restrict tz) in gettimeofday()
|
D | fstat.c | 46 struct timeval __semihost_write_time, __semihost_creat_time;
|
/picolibc-latest/newlib/libc/time/ |
D | time.c | 52 struct timeval now; in time()
|
/picolibc-latest/newlib/libc/machine/nvptx/ |
D | misc.c | 37 gettimeofday (struct timeval *tv, void *tz) { in gettimeofday()
|
/picolibc-latest/test/semihost/ |
D | semihost-gettimeofday.c | 44 struct timeval prev, cur; in main()
|
/picolibc-latest/newlib/ |
D | NEWS | 78 - timeval macros moved to <sys/time.h>
|
D | ChangeLog-2015 | 3392 * 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.
|