HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 401 - 425 of 602) sorted by null

<<11121314151617181920>>

  /system/core/liblog/tests/
benchmark_main.cpp 55 clock_gettime(CLOCK_MONOTONIC, &t);
  /system/core/storaged/
storaged_utils.cpp 49 int ret = clock_gettime(CLOCK_MONOTONIC, &ts);
51 PLOG_TO(SYSTEM, ERROR) << "clock_gettime() failed";
  /system/libfmq/
EventFlag.cpp 260 clock_gettime(CLOCK_MONOTONIC, waitTime);
  /bionic/tests/
pthread_test.cpp 517 ASSERT_EQ(0, clock_gettime(c, &ts));
858 ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &ts));
894 ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &ts));
909 ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &ts));
918 ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &ts));
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QCameraMjpegDecode.cpp 656 if (clock_gettime(CLOCK_REALTIME, p_timer))
684 int rc = clock_gettime(CLOCK_REALTIME, &ts);
  /external/libusb/libusb/os/
netbsd_usb.c 499 return clock_gettime(CLOCK_REALTIME, tp);
502 return clock_gettime(CLOCK_MONOTONIC, tp);
openbsd_usb.c 545 return clock_gettime(CLOCK_REALTIME, tp);
548 return clock_gettime(CLOCK_MONOTONIC, tp);
  /external/ltp/testcases/network/tcp_fastopen/
tcp_fastopen.c 445 clock_gettime(CLOCK_MONOTONIC_RAW, &tv_client_start);
469 clock_gettime(CLOCK_MONOTONIC_RAW, &tv_client_end);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
s-c.c 206 ret = clock_gettime(cid, &ts_cnd);
221 ret = clock_gettime(cid, &ts_clk);
  /external/ltp/testcases/realtime/
00_Descriptions.txt 64 designed to look for 'delays' between two calls to clock_gettime()
207 - Check if clock_gettime is working properly. This test creates NUMSLEEP
  /external/pdfium/xfa/fgas/localization/
fgas_datetime.cpp 148 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &curTime);
176 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &curTime);
  /external/strace/
sys_func.h 17 extern SYS_FUNC(clock_gettime);
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 102 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
398 if (clock_gettime(CLOCK_MONOTONIC, &pContext->mBufferUpdateTime) < 0) {
  /frameworks/wilhelm/tests/sandbox/
playbq.cpp 559 clock_gettime(CLOCK_MONOTONIC, &prevTs);
575 clock_gettime(CLOCK_MONOTONIC, &curTs);
  /external/gemmlowp/test/
correctness_meta_gemm.cc 42 clock_gettime(CLOCK_REALTIME, &t);
  /external/libchrome/base/time/
time_posix.cc 89 // Helper function to get results from clock_gettime() and convert to a
98 if (clock_gettime(clk_id, &ts) != 0) {
99 NOTREACHED() << "clock_gettime(" << clk_id << ") failed.";
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
baseline_policy_unittest.cc 349 clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
  /external/libdrm/amdgpu/
amdgpu_cs.c 293 r = clock_gettime(CLOCK_MONOTONIC, &current);
295 fprintf(stderr, "clock_gettime() returned error (%d)!", errno);
  /external/libdrm/freedreno/
freedreno_bo.c 310 clock_gettime(CLOCK_MONOTONIC, &time);
  /external/libpng/contrib/libtests/
timepng.c 17 #define _POSIX_C_SOURCE 199309L /* for clock_gettime */
47 /* 'CLOCK_PROCESS_CPUTIME_ID' is one of the clock timers for clock_gettime. It
48 * need not be supported even when clock_gettime is available. It returns the
184 /* Do the timing using clock_gettime and the per-process timer. */
185 if (!clock_gettime(CLOCK_PROCESS_CPUTIME_ID, t))
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
futex_requeue_pi.c 296 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 234 ret = clock_gettime(td->cid, &ts);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-4.c 177 ret = clock_gettime(td->cid, &ts);
2-7.c 179 ret = clock_gettime(td->cid, &ts);
4-2.c 489 ret = clock_gettime(cid, &ts);

Completed in 2382 milliseconds

<<11121314151617181920>>