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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Nfc/nci/jni/
CondVar.cpp 105 if (clock_gettime (CLOCK_MONOTONIC, &absoluteTime) == -1)
  /packages/inputmethods/LatinIME/native/jni/src/utils/
profiler.h 67 clock_gettime(mClockId, &time);
  /system/extras/tests/lib/testUtil/
testUtil.c 269 clock_gettime(CLOCK_MONOTONIC, &start);
273 clock_gettime(CLOCK_MONOTONIC, &current);
294 clock_gettime(CLOCK_MONOTONIC, &start);
298 clock_gettime(CLOCK_MONOTONIC, &current);
  /system/extras/tests/pftest/
pftest.c 41 clock_gettime(CLOCK_MONOTONIC, &t);
  /system/media/audio_utils/include/audio_utils/
clock.h 99 if (clock_gettime(CLOCK_REALTIME, &now_ts) == 0) {
  /system/nfc/halimpl/bcm2079x/adaptation/
CondVar.cpp 96 if (clock_gettime(CLOCK_MONOTONIC, &absoluteTime) == -1) {
  /external/fio/
configure 330 clock_gettime="yes" # clock_monotonic probe has dependency on this
822 # clock_gettime probe
823 if test "$clock_gettime" != "yes" ; then
824 clock_gettime="no"
831 return clock_gettime(0, NULL);
834 if compile_prog "" "" "clock_gettime"; then
835 clock_gettime="yes"
836 elif compile_prog "" "-lrt" "clock_gettime"; then
837 clock_gettime="yes"
840 echo "clock_gettime $clock_gettime
    [all...]
  /frameworks/av/media/libaudioprocessing/tests/
test-resampler.cpp 347 clock_gettime(CLOCK_MONOTONIC, &start);
354 clock_gettime(CLOCK_MONOTONIC, &end);
366 clock_gettime(CLOCK_MONOTONIC, &start);
370 clock_gettime(CLOCK_MONOTONIC, &end);
411 clock_gettime(CLOCK_MONOTONIC, &start);
416 clock_gettime(CLOCK_MONOTONIC, &end);
  /bionic/libc/bionic/
vdso.cpp 31 int clock_gettime(int clock_id, timespec* tp) { function
32 auto vdso_clock_gettime = reinterpret_cast<decltype(&clock_gettime)>(
  /bionic/libc/upstream-openbsd/lib/libc/net/
res_random.c 222 clock_gettime(CLOCK_MONOTONIC, &ts);
235 clock_gettime(CLOCK_MONOTONIC, &ts);
  /device/asus/fugu/power/
power.c 111 clock_gettime(CLOCK_MONOTONIC, &mod->last_boost_time);
151 clock_gettime(CLOCK_MONOTONIC, &curr_time);
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 184 clock_gettime(CLOCK_REALTIME, &time_start);
188 clock_gettime(CLOCK_REALTIME, &time_end);
  /external/jemalloc/src/
nstime.c 120 clock_gettime(CLOCK_MONOTONIC_COARSE, &ts);
130 clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/linux-kselftest/tools/testing/selftests/timers/
set-timer-lat.c 111 clock_gettime(clock_id, &ts);
153 clock_gettime(clock_id, &start_time);
  /external/linux-kselftest/tools/testing/selftests/vm/
transhuge-stress.c 108 clock_gettime(CLOCK_MONOTONIC, &a);
136 clock_gettime(CLOCK_MONOTONIC, &b);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
3-1.c 62 clock_gettime(CLOCK_REALTIME, &ts);
91 clock_gettime(CLOCK_REALTIME, &ts);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
3-1.c 63 rc = clock_gettime(CLOCK_REALTIME, &ts);
65 perror("clock_gettime()");
97 rc = clock_gettime(CLOCK_REALTIME, &ts);
99 perror("clock_gettime()");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
stress.c 112 ret = clock_gettime(CLOCK_REALTIME, &now);
146 ret = clock_gettime(CLOCK_MONOTONIC, &now);
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 38 clock_gettime(CLOCK_MONOTONIC, &start_);
44 clock_gettime(CLOCK_MONOTONIC, &now);
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 128 ret = clock_gettime(CLOCK_BOOTTIME, &expected_time);
157 ret = clock_gettime(CLOCK_BOOTTIME, &actual_time);
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_renderer.cpp 36 clock_gettime(CLOCK_REALTIME, &timeval);
  /cts/tests/tests/os/jni/
android_os_cts_SeccompTest.cpp 84 int rv = clock_gettime(CLOCK_BOOTTIME_ALARM, &ts);
  /development/ndk/platforms/android-12/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);
  /development/ndk/platforms/android-21/include/
time.h 89 extern int clock_gettime(clockid_t, struct timespec*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-9/include/
time.h 98 extern int clock_gettime(clockid_t, struct timespec *);

Completed in 521 milliseconds

1 2 3 4 5 6 78 91011>>