Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dtime.h31 struct timeval { struct
59 struct timeval it_interval;
60 struct timeval it_value;
Dresource.h29 struct timeval ru_utime;
30 struct timeval ru_stime;
Dppdev.h51 #define PPGETTIME _IOR(PP_IOCTL, 0x95, struct timeval)
52 #define PPSETTIME _IOW(PP_IOCTL, 0x96, struct timeval)
Dtimex.h54 struct timeval time;
Dinput.h27 struct timeval time;
Dvideodev2.h464 struct timeval timestamp;
/bionic/libc/include/sys/
Dtime.h37 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 *);
Dselect.h40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
/bionic/libc/bionic/
Dftime.c32 struct timeval tv; in ftime()
Dstrtotimeval.c33 char * strtotimeval (const char *str, struct timeval *ts) in strtotimeval()
Dpselect.c38 struct timeval tv, *tv_timeout = NULL; in pselect()
Darc4random.c106 struct timeval tv; in arc4_stir()
/bionic/libc/upstream-netbsd/libc/gen/
Dutime.c52 struct timeval tv[2], *tvp; in utime()
/bionic/libc/kernel/common/linux/can/
Dbcm.h29 struct timeval ival1, ival2;
/bionic/libc/unistd/
Dtime.c36 struct timeval tt; in time()
/bionic/libc/include/
Dutmp.h71 struct timeval ut_tv;
Dtime.h43 extern char *strtotimeval(const char *str, struct timeval *tv);
/bionic/libc/netbsd/resolv/
Dres_random.c182 struct timeval tv; in res_initid()
234 struct timeval tv; in res_randomid()
Dres_init.c644 struct timeval now; in res_randomid()
Dres_send.c1317 struct timeval tv, *tvp; in pselect()
Dres_cache.c368 struct timeval tv; in _time_now()
/bionic/libc/upstream-netbsd/libc/isc/
Dev_timers.c125 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/
Deventlib.h172 struct timespec evTimeSpec __P((struct timeval));
173 struct timeval evTimeVal __P((struct timespec));
/bionic/libc/
DSYSCALLS.TXT145 … 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/
Dlinker.cpp1610 struct timeval t0, t1; in __linker_init_post_relocation()