Searched refs:timeval (Results 1 – 25 of 25) sorted by relevance
/bionic/libc/kernel/common/linux/ |
D | time.h | 31 struct timeval { struct 59 struct timeval it_interval; 60 struct timeval it_value;
|
D | resource.h | 29 struct timeval ru_utime; 30 struct timeval ru_stime;
|
D | ppdev.h | 51 #define PPGETTIME _IOR(PP_IOCTL, 0x95, struct timeval) 52 #define PPSETTIME _IOW(PP_IOCTL, 0x96, struct timeval)
|
D | timex.h | 54 struct timeval time;
|
D | input.h | 27 struct timeval time;
|
D | videodev2.h | 464 struct timeval timestamp;
|
/bionic/libc/include/sys/ |
D | time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *); 38 extern int settimeofday(const struct timeval *, const struct timezone *); 43 extern int utimes(const char *, const struct timeval *);
|
D | select.h | 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
/bionic/libc/bionic/ |
D | ftime.c | 32 struct timeval tv; in ftime()
|
D | strtotimeval.c | 33 char * strtotimeval (const char *str, struct timeval *ts) in strtotimeval()
|
D | pselect.c | 38 struct timeval tv, *tv_timeout = NULL; in pselect()
|
D | arc4random.c | 106 struct timeval tv; in arc4_stir()
|
/bionic/libc/upstream-netbsd/libc/gen/ |
D | utime.c | 52 struct timeval tv[2], *tvp; in utime()
|
/bionic/libc/kernel/common/linux/can/ |
D | bcm.h | 29 struct timeval ival1, ival2;
|
/bionic/libc/unistd/ |
D | time.c | 36 struct timeval tt; in time()
|
/bionic/libc/include/ |
D | utmp.h | 71 struct timeval ut_tv;
|
D | time.h | 43 extern char *strtotimeval(const char *str, struct timeval *tv);
|
/bionic/libc/netbsd/resolv/ |
D | res_random.c | 182 struct timeval tv; in res_initid() 234 struct timeval tv; in res_randomid()
|
D | res_init.c | 644 struct timeval now; in res_randomid()
|
D | res_send.c | 1317 struct timeval tv, *tvp; in pselect()
|
D | res_cache.c | 368 struct timeval tv; in _time_now()
|
/bionic/libc/upstream-netbsd/libc/isc/ |
D | ev_timers.c | 125 struct timeval now; in evNowTime() 146 struct timeval now; in evUTCTime() 167 evTimeSpec(struct timeval tv) { in evTimeSpec() 175 struct timeval 177 struct timeval tv; in evTimeVal()
|
/bionic/libc/upstream-netbsd/libc/include/isc/ |
D | eventlib.h | 172 struct timespec evTimeSpec __P((struct timeval)); 173 struct timeval evTimeVal __P((struct timespec));
|
/bionic/libc/ |
D | SYSCALLS.TXT | 145 … select:_newselect(int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *) 1 207 int gettimeofday(struct timeval*, struct timezone*) 1 208 int settimeofday(const struct timeval*, const struct timezone*) 1 222 int utimes(const char*, const struct timeval tvp[2]) 1
|
/bionic/linker/ |
D | linker.cpp | 1610 struct timeval t0, t1; in __linker_init_post_relocation()
|