HomeSort by relevance Sort by last modified time
    Searched refs:timeval (Results 1 - 25 of 1100) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/curl/tests/libtest/
testutil.h 26 struct timeval tutil_tvnow(void);
34 long tutil_tvdiff(struct timeval t1, struct timeval t2);
41 double tutil_tvdiff_secs(struct timeval t1, struct timeval t2);
testutil.c 29 struct timeval tutil_tvnow(void)
36 struct timeval now;
45 struct timeval tutil_tvnow(void)
54 struct timeval now;
79 struct timeval tutil_tvnow(void)
86 struct timeval now;
93 struct timeval tutil_tvnow(void)
98 struct timeval now;
112 long tutil_tvdiff(struct timeval newer, struct timeval older
    [all...]
  /external/curl/src/
tool_util.h 26 struct timeval tvnow(void);
34 long tvdiff(struct timeval t1, struct timeval t2);
tool_util.c 30 struct timeval tvnow(void)
42 struct timeval now;
56 struct timeval tvnow(void)
65 struct timeval now;
90 struct timeval tvnow(void)
97 struct timeval now;
104 struct timeval tvnow(void)
109 struct timeval now;
123 long tvdiff(struct timeval newer, struct timeval older
    [all...]
  /bionic/tests/headers/posix/
sys_time_h.c 34 TYPE(struct timeval);
35 STRUCT_MEMBER(struct timeval, time_t, tv_sec);
36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec);
39 STRUCT_MEMBER(struct itimerval, struct timeval, it_interval);
40 STRUCT_MEMBER(struct itimerval, struct timeval, it_value);
67 FUNCTION(gettimeofday, int (*f)(struct timeval*, struct timezone*));
69 FUNCTION(gettimeofday, int (*f)(struct timeval*, void*));
72 FUNCTION(select, int (*f)(int, fd_set*, fd_set*, fd_set*, struct timeval*));
73 FUNCTION(utimes, int (*f)(const char*, const struct timeval[2]));
sys_select_h.c 34 TYPE(struct timeval);
35 STRUCT_MEMBER(struct timeval, time_t, tv_sec);
36 STRUCT_MEMBER(struct timeval, suseconds_t, tv_usec);
61 FUNCTION(select, int (*f)(int, fd_set*, fd_set*, fd_set*, struct timeval*));
sys_resource_h.c 52 STRUCT_MEMBER(struct rusage, struct timeval, ru_utime);
53 STRUCT_MEMBER(struct rusage, struct timeval, ru_stime);
55 TYPE(struct timeval);
  /external/libpcap/lbl/
os-ultrix4.h 28 struct timeval;
31 int gettimeofday(struct timeval *, struct timezone *);
  /external/strace/tests/
utimes.c 37 # define TEST_STRUCT struct timeval
  /external/strace/tests-m32/
utimes.c 37 # define TEST_STRUCT struct timeval
  /external/strace/tests-mx32/
utimes.c 37 # define TEST_STRUCT struct timeval
  /external/tcpdump/lbl/
os-ultrix4.h 29 struct timeval;
32 int gettimeofday(struct timeval *, struct timezone *);
  /external/iperf3/src/
iperf_util.h 43 double timeval_to_double(struct timeval *tv);
45 int timeval_equals(struct timeval *tv0, struct timeval *tv1);
47 double timeval_diff(struct timeval *tv0, struct timeval *tv1);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.h 67 int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
filio.h 53 typedef const struct timeval* ptimeval_t;
  /bionic/libc/bionic/
sys_time.cpp 37 static int futimesat(int fd, const char* path, const timeval tv[2], int flags) {
46 int utimes(const char* path, const timeval tv[2]) {
50 int lutimes(const char* path, const timeval tv[2]) {
54 int futimesat(int fd, const char* path, const timeval tv[2]) {
58 int futimes(int fd, const timeval tv[2]) {
  /external/libevent/
time-internal.h 56 long evutil_tv_to_msec_(const struct timeval *tv);
57 void evutil_usleep_(const struct timeval *tv);
85 struct timeval adjust_monotonic_clock;
86 struct timeval last_time;
91 int evutil_gettime_monotonic_(struct evutil_monotonic_timer *mt, struct timeval *tv);
  /external/ltp/include/
tst_timer.h 59 * Converts timeval to microseconds.
61 static inline long long tst_timeval_to_us(struct timeval t)
67 * Converts timeval to miliseconds.
69 static inline long long tst_timeval_to_ms(struct timeval t)
75 * Converts ms to struct timeval
77 static inline struct timeval tst_ms_to_timeval(long long ms)
79 struct timeval ret;
88 * Converts us to struct timeval
90 static inline struct timeval tst_us_to_timeval(long long us)
92 struct timeval ret
    [all...]
  /external/curl/docs/examples/
imap-multi.c 41 static struct timeval tvnow(void)
43 struct timeval now;
52 static long tvdiff(struct timeval newer, struct timeval older)
63 struct timeval mp_start;
92 struct timeval timeout;
140 struct timeval wait = { 0, 100 * 1000 }; /* 100ms */
pop3-multi.c 41 static struct timeval tvnow(void)
43 struct timeval now;
52 static long tvdiff(struct timeval newer, struct timeval older)
63 struct timeval mp_start;
92 struct timeval timeout;
140 struct timeval wait = { 0, 100 * 1000 }; /* 100ms */
  /external/ltp/utils/ffsb-6.0-rc2/
util.h 74 struct timeval tvsub(struct timeval t1, struct timeval t0);
75 struct timeval tvadd(struct timeval t1, struct timeval t0);
76 double tvtodouble(struct timeval *t);
  /bionic/libc/kernel/uapi/linux/
time.h 29 struct timeval { struct
45 struct timeval it_interval;
46 struct timeval it_value;
  /external/kernel-headers/original/uapi/linux/
time.h 16 struct timeval { struct
41 struct timeval it_interval; /* timer interval */
42 struct timeval it_value; /* current value */
60 * legacy timeval structure, only embedded in structures that
61 * traditionally used 'timeval' to pass time intervals (not absolute
  /bionic/libc/include/sys/
time.h 41 int gettimeofday(struct timeval* __tv, struct timezone* __tz);
42 int settimeofday(const struct timeval* __tv, const struct timezone* __tz);
47 int utimes(const char* __path, const struct timeval __times[2]);
50 int futimes(int __fd, const struct timeval __times[2]) __INTRODUCED_IN(26);
51 int lutimes(const char* __path, const struct timeval __times[2]) __INTRODUCED_IN(26);
55 int futimesat(int __dir_fd, const char* __path, const struct timeval __times[2]) __INTRODUCED_IN(26);
  /external/curl/tests/server/
util.h 28 long timediff(struct timeval newer, struct timeval older);

Completed in 3215 milliseconds

1 2 3 4 5 6 7 8 91011>>