Searched refs:timespec (Results 1 – 18 of 18) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | stat.h | 74 struct timespec st_atim; 75 struct timespec st_mtim; 76 struct timespec st_ctim; 85 struct timespec st_atim; 86 struct timespec st_mtim; 87 struct timespec st_ctim; 97 struct timespec st_atim; 98 struct timespec st_mtim; 99 struct timespec st_ctim; 150 struct timespec st_atim; /* Time of last access. */ [all …]
|
D | sched.h | 54 struct timespec sched_ss_repl_period; 56 struct timespec sched_ss_init_budget;
|
D | timespec.h | 59 struct timespec it_interval; 60 struct timespec it_value;
|
D | _timespec.h | 47 struct timespec { struct
|
D | time.h | 276 bintime2timespec(const struct bintime *_bt, struct timespec *_ts) in bintime2timespec() 285 timespec2bintime(const struct timespec *_ts, struct bintime *_bt) in timespec2bintime() 310 static __inline struct timespec 313 struct timespec _ts; in sbttots() 321 tstosbt(struct timespec _ts) in tstosbt()
|
D | select.h | 113 fd_set *__exceptfds, const struct timespec *__timeout,
|
D | CMakeLists.txt | 67 timespec.h
|
D | signal.h | 251 int sigtimedwait (const sigset_t *, siginfo_t *, const struct timespec *);
|
D | meson.build | 67 'timespec.h',
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | time.h | 211 int clock_settime (clockid_t clock_id, const struct timespec *tp); 212 int clock_gettime (clockid_t clock_id, struct timespec *tp); 213 int clock_getres (clockid_t clock_id, struct timespec *res); 235 int nanosleep (const struct timespec *rqtp, struct timespec *rmtp); 249 const struct timespec *rqtp, struct timespec *rmtp);
|
D | threads.h | 61 const struct timespec *__restrict) 72 const struct timespec *__restrict) 85 int thrd_sleep(const struct timespec *, struct timespec *);
|
D | sched.h | 80 struct timespec *__interval
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/ |
D | time.h | 23 int nanosleep (const struct timespec *, struct timespec *);
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | sleep.c | 12 struct timespec ts; in sleep()
|
D | usleep.c | 11 struct timespec ts; in usleep()
|
/picolibc-3.7.0-3.6.0/newlib/libc/posix/ |
D | un-namespace.h | 130 int, const struct timespec *);
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 946 * libc/include/sys/timespec.h: Likewise. 947 * libc/include/time.h: Include <sys/timespec.h>. 948 * libc/include/sys/types.h (timespec): Delete. 3727 time_t, timespec, and itimerspec. Add a separate guard specifically 3728 for timespec and always unconditionally define itimerspec. 5513 * libc/include/sys/stat.h: Use struct timespec st_*tim, 16664 * libc/sys/linux/include/time.h (struct timespec): Moved from 16668 * libc/sys/linux/sys/types.h (struct timespec): Moved to 18414 * libc/sys/linux/sys/types.h: Add struct timespec. 20140 timespec, and struct itimerspec. Centralizing these makes
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 1572 Files: newlib/libc/include/sys/timespec.h
|