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

1 2 3 4 5 6 78 91011>>

  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_control/
tirpc_clnt_control.c 52 struct timeval tv;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
tirpc_toplevel_clnt_call.c 55 struct timeval total_timeout;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed/
tirpc_clnt_create_timed_limits.c 62 struct timeval tv;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
4-1.c 29 struct timeval tv_ref, tv_cur;
  /external/ppp/pppd/
magic.c 70 struct timeval t;
  /external/ppp/pppd/plugins/radius/
util.c 56 struct timeval tv;
  /external/python/cpython2/Modules/
timing.h 44 static struct timeval aftertp, beforetp;
  /external/stressapptest/src/
stressapptest_config_android.h 168 #define SELECT_TYPE_ARG5 (struct timeval *)
  /external/tcpdump/lbl/
os-sunos4.h 103 struct timeval;
106 int gettimeofday(struct timeval *, struct timezone *);
145 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
190 int utimes(const char *, struct timeval *);
  /external/tensorflow/tensorflow/lite/profiling/
time.cc 44 struct timeval tv;
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril_event.cpp 96 static void getNow(struct timeval * tv)
162 struct timeval now;
215 static int calcNextTimeout(struct timeval * tv)
218 struct timeval now;
286 void ril_timer_add(struct ril_event * ev, struct timeval * tv)
297 struct timeval now;
349 struct timeval tv;
350 struct timeval * ptv;
  /external/curl/docs/examples/
multi-formadd.c 87 struct timeval timeout;
135 struct timeval wait = { 0, 100 * 1000 }; /* 100ms */
multi-post.c 83 struct timeval timeout;
131 struct timeval wait = { 0, 100 * 1000 }; /* 100ms */
  /external/curl/tests/libtest/
lib1507.c 53 struct timeval mp_start;
85 struct timeval timeout;
lib1531.c 67 struct timeval timeout;
115 struct timeval wait = { 0, 100 * 1000 }; /* 100ms */
  /external/google-benchmark/src/
cycleclock.h 153 struct timeval tv;
159 struct timeval tv;
  /external/icu/icu4c/source/tools/ctestfw/unicode/
utimer.h 21 # define __UU /* Universal Unix - for struct timeval */
190 struct timeval start;
191 struct timeval placeHolder;
  /external/libcxx/utils/google-benchmark/src/
cycleclock.h 153 struct timeval tv;
159 struct timeval tv;
  /external/libevent/include/event2/
event_compat.h 119 int event_loopexit(const struct timeval *);
148 void (*)(evutil_socket_t, short, void *), void *, const struct timeval *);
event_struct.h 139 struct timeval ev_timeout;
153 struct timeval ev_timeout;
tag.h 109 struct timeval *tv);
140 struct timeval *ptv);
  /external/libnl/include/netlink/netfilter/
queue_msg.h 60 struct timeval *);
62 extern const struct timeval * nfnl_queue_msg_get_timestamp(const struct nfnl_queue_msg *);
  /external/linux-kselftest/tools/testing/selftests/x86/
test_vsyscall.c 54 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz);
164 static inline long sys_gtod(struct timeval *tv, struct timezone *tz)
192 static double tv_diff(const struct timeval *a, const struct timeval *b)
198 static int check_gtod(const struct timeval *tv_sys1,
199 const struct timeval *tv_sys2,
202 const struct timeval *tv_other,
221 printf("[OK]\t%s gettimeofday()'s timeval was okay\n", which);
229 struct timeval tv_sys1, tv_sys2, tv_vdso, tv_vsys;
  /external/ltp/testcases/kernel/syscalls/futimesat/
futimesat01.c 59 int myfutimesat(int dirfd, const char *filename, struct timeval *times)
67 struct timeval times[2];
  /external/ltp/testcases/kernel/syscalls/settimeofday/
settimeofday01.c 72 struct timeval tp, tp1, tp2;
128 TEST(settimeofday((struct timeval *)-1, NULL));

Completed in 1320 milliseconds

1 2 3 4 5 6 78 91011>>