/system/tpm/trunks/ |
trunksd-seccomp-arm64.policy | 26 clock_gettime: 1
|
trunksd-seccomp-mips.policy | 26 clock_gettime: 1
|
trunksd-seccomp-x86.policy | 26 clock_gettime: 1
|
trunksd-seccomp-x86_64.policy | 26 clock_gettime: 1
|
/external/ltp/testcases/kernel/timers/leapsec/ |
leapsec_timer.c | 127 clock_gettime(CLOCK_REALTIME, &now); 139 clock_gettime(CLOCK_REALTIME, &now); 153 clock_gettime(CLOCK_REALTIME, &now); 190 clock_gettime(CLOCK_REALTIME, &now); 213 clock_gettime(CLOCK_REALTIME, &now);
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
inconsistency-check.c | 113 clock_gettime(clock_type, &list[0]); 125 clock_gettime(clock_type, &list[i]); 197 if (!clock_gettime(clockid, &ts)) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
1-2.c | 62 ret = clock_gettime(CLOCK_REALTIME, arg); 87 ret = clock_gettime(CLOCK_REALTIME, &ts_pre); 123 ret = clock_gettime(CLOCK_REALTIME, &ts_post);
|
/external/ltp/testcases/realtime/func/thread_clock/ |
tc-2.c | 23 * Check if clock_gettime is working properly. 100 if ((clock_gettime(CLOCK_THREAD_CPUTIME_ID, ts)) < 0) { 101 perror("clock_gettime: CLOCK_THREAD_CPUTIME_ID: "); 123 if ((clock_gettime(CLOCK_THREAD_CPUTIME_ID, ts)) < 0) { 124 perror("clock_gettime: CLOCK_THREAD_CPUTIME_ID: "); 209 if ((clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &myts)) < 0) { 210 perror("clock_gettime: CLOCK_PROCESS_CPUTIME_ID: ");
|
/system/extras/tests/timetest/ |
timetest.c | 17 if(clock_gettime(CLOCK_MONOTONIC, &t)) { 77 clock_gettime(clock_id, &t1); 81 clock_gettime(clock_id, &t);
|
/bionic/libc/private/ |
bionic_time_conversions.h | 64 clock_gettime(clock, &abs_ts);
|
/cts/suite/audio_quality/lib/src/ |
Semaphore.cpp | 52 if (clock_gettime(CLOCK_REALTIME, &timeOld) != 0) {
|
/external/autotest/client/site_tests/platform_TraceClockMonotonic/src/ |
ftrace-clock-monotonic.c | 24 ret = clock_gettime(CLOCK_MONOTONIC, &ts); 26 perror("clock_gettime");
|
/external/c-ares/ |
ares__timeval.c | 40 ** clock_gettime() is granted to be increased monotonically when the 48 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
|
/external/ltp/testcases/kernel/syscalls/clock_nanosleep2/ |
clock_nanosleep2_01.c | 44 clock_gettime(CLOCK_TO_USE, &ts);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/ |
1-1.c | 50 if (clock_gettime(CLOCK_REALTIME, &tpget) == -1) { 51 printf("Error in clock_gettime()\n");
|
19-1.c | 51 if (clock_gettime(CLOCK_REALTIME, &tscurrent) != 0) { 52 printf("clock_gettime() did not return success\n");
|
4-1.c | 80 if (clock_gettime(CLOCK_REALTIME, &tpT0) != 0) { 81 perror("clock_gettime() was not successful\n"); 112 if (clock_gettime(CLOCK_REALTIME, &tpT2) != 0) { 113 printf("clock_gettime() was not successful\n");
|
/external/webrtc/webrtc/system_wrappers/source/ |
event_timer_posix.cc | 79 clock_gettime(CLOCK_REALTIME, &end_at); 81 clock_gettime(CLOCK_MONOTONIC, &end_at); 176 clock_gettime(CLOCK_REALTIME, &created_at_); 178 clock_gettime(CLOCK_MONOTONIC, &created_at_);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
pthread_time.h | 88 int __cdecl WINPTHREAD_API clock_gettime(clockid_t clock_id, struct timespec *tp);
|
/system/connectivity/wifilogd/ |
raw_os.cpp | 35 return clock_gettime(clock_id, ts);
|
/system/core/libutils/ |
Timers.cpp | 37 clock_gettime(clocks[clock], &t);
|
/system/security/keystore/ |
keystore_keymaster_enforcement.h | 35 int err = clock_gettime(CLOCK_MONOTONIC, &tp);
|
/device/google/dragon/audio/hal/dsp/tests/ |
crossover2_test.c | 62 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1); 65 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2);
|
/external/eigen/bench/btl/generic_bench/timers/ |
portable_timer.hh | 154 clock_gettime(m_clkid, &ts); 162 clock_gettime(m_clkid, &ts);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
1-1.c | 65 ret = clock_gettime(CLOCK_REALTIME, &tsini); 133 ret = clock_gettime(CLOCK_REALTIME, &tsfin);
|