/system/extras/tests/lib/testUtil/ |
testUtil.c | 269 clock_gettime(CLOCK_MONOTONIC, &start); 273 clock_gettime(CLOCK_MONOTONIC, ¤t); 294 clock_gettime(CLOCK_MONOTONIC, &start); 298 clock_gettime(CLOCK_MONOTONIC, ¤t);
|
/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) {
|
/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 | 33 int clock_gettime(int clock_id, timespec* tp) { function 34 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 *);
|
/external/compiler-rt/test/tsan/ |
test.h | 66 clock_gettime(CLOCK_MONOTONIC, &t);
|
/external/curl/lib/ |
timeval.c | 54 ** clock_gettime() is granted to be increased monotonically when the 62 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/ |
5-1.c | 100 if (clock_gettime(CLOCK_REALTIME, &tsclock) != 0) { 101 printf("clock_gettime() did not return success\n");
|