Searched
refs:gettimeofday (Results
301 -
325 of
828) sorted by null
<<11121314151617181920>>
/external/fio/ |
helper_thread.c | 79 gettimeofday(&tv, NULL); 98 gettimeofday(&now, NULL);
|
/external/libdrm/tests/vbltest/ |
vbltest.c | 80 gettimeofday(&end, NULL); 144 gettimeofday(&handler_info.start, NULL);
|
/external/libusb/examples/ |
sam3u_benchmark.c | 106 gettimeofday(&tv_start, NULL); 130 gettimeofday(&tv_stop, NULL);
|
/external/llvm/lib/Fuzzer/afl/ |
afl_driver.cpp | 270 CHECK_ERROR(gettimeofday(&unit_start_time, NULL) == 0, 271 "Calling gettimeofday failed"); 276 CHECK_ERROR(gettimeofday(&unit_stop_time, NULL) == 0, 277 "Calling gettimeofday failed");
|
/external/ltp/testcases/kernel/io/disktest/ |
timer.c | 238 gettimeofday(&tv_start, NULL); 243 gettimeofday(&tv_end, NULL);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
tirpc_bottomlevel_clnt_call_scalability.c | 183 gettimeofday(&tv1, &tz); 207 gettimeofday(&tv2, &tz);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
tirpc_expertlevel_clnt_call_scalability.c | 178 gettimeofday(&tv1, &tz); 202 gettimeofday(&tv2, &tz);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
tirpc_rpcb_rmtcall_scalability.c | 168 gettimeofday(&tv1, &tz); 192 gettimeofday(&tv2, &tz);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
tirpc_interlevel_clnt_call_scalability.c | 160 gettimeofday(&tv1, &tz); 184 gettimeofday(&tv2, &tz);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
tirpc_toplevel_clnt_call_scalability.c | 150 gettimeofday(&tv1, &tz); 174 gettimeofday(&tv2, &tz);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
3-1.c | 66 gettimeofday(&currsec1, NULL); 95 gettimeofday(&currsec2, NULL);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
1-1.c | 61 gettimeofday(&currsec1, NULL); 86 gettimeofday(&currsec2, NULL);
|
3-1.c | 71 gettimeofday(&currsec1, NULL); 105 gettimeofday(&currsec2, NULL);
|
/external/ltp/tools/pounder21/src/ramsnake/ |
snake.c | 117 gettimeofday(&now, NULL); 289 gettimeofday(&last, NULL);
|
/external/vboot_reference/firmware/stub/ |
tpm_lite_stub.c | 213 gettimeofday(&before, NULL); 217 gettimeofday(&after, NULL);
|
/external/webrtc/webrtc/system_wrappers/source/ |
event_timer_posix.cc | 88 gettimeofday(&value, &time_zone); 185 gettimeofday(&value, &time_zone);
|
/frameworks/base/libs/common_time/ |
utils.cpp | 95 gettimeofday(&(last->last_ts), NULL); 98 gettimeofday(&mRingBuffer[mWr].first_ts, NULL);
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
rb_wrapper.cpp | 54 gettimeofday(&rb_info->last_push_time, NULL); 138 gettimeofday(&rb_info->last_push_time, NULL);
|
/libcore/ojluni/src/main/native/ |
linux_close.cpp | 204 gettimeofday(&t, NULL); 235 gettimeofday(&t, NULL);
|
/bionic/libc/include/sys/ |
time.h | 41 int gettimeofday(struct timeval*, struct timezone*);
|
/external/conscrypt/common/src/jni/main/include/ |
compat.h | 87 inline int gettimeofday(struct timeval *tp, struct timezone *) { function
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
utimer.h | 200 gettimeofday(&timer->start, 0);
|
/external/ltp/testcases/kernel/sched/tool/ |
time-schedule.c | 190 gettimeofday(&before, NULL); 202 gettimeofday(&after, NULL); 220 gettimeofday(&before, NULL); 233 gettimeofday(&after, NULL);
|
/external/ltp/testcases/kernel/syscalls/settimeofday/ |
settimeofday02.c | 162 if ((gettimeofday(&tp, (struct timezone *)&tp)) == -1) { 163 tst_brkm(TBROK, cleanup, "gettimeofday failed. "
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
1-1.c | 48 if (gettimeofday(&curtime, NULL) != 0) {
|
Completed in 1079 milliseconds
<<11121314151617181920>>