HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 101 - 125 of 591) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wayland/tests/
fixed-benchmark.c 85 clock_gettime(CLOCK_MONOTONIC, &start);
87 clock_gettime(CLOCK_MONOTONIC, &stop);
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 54 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tm);
66 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tm);
  /hardware/google/easel/amber/camera/include/
HdrPlusProfiler.h 77 mInvalid = (clock_gettime(kClockId, &mStartTime) != 0);
88 mInvalid = (clock_gettime(kClockId, &endTime) != 0);
  /system/tpm/attestation/server/
attestationd-seccomp-amd64.policy 27 clock_gettime: 1
  /system/tpm/tpm_manager/server/
tpm_managerd-seccomp-amd64.policy 27 clock_gettime: 1
  /system/tpm/trunks/
trunksd-seccomp-amd64.policy 26 clock_gettime: 1
trunksd-seccomp-arm.policy 26 clock_gettime: 1
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/adhd/cras/src/server/
cras_tm.c 71 clock_gettime(CLOCK_MONOTONIC_RAW, &t->ts);
115 clock_gettime(CLOCK_MONOTONIC_RAW, &now);
132 clock_gettime(CLOCK_MONOTONIC_RAW, &now);
  /external/linux-kselftest/tools/testing/selftests/timers/
inconsistency-check.c 102 clock_gettime(clock_type, &list[0]);
114 clock_gettime(clock_type, &list[i]);
186 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 67 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/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");
  /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_);
  /hardware/interfaces/confirmationui/1.0/default/
PlatformSpecifics.cpp 32 if (!clock_gettime(CLOCK_BOOTTIME, &ts)) {

Completed in 1373 milliseconds

1 2 3 45 6 7 8 91011>>