HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 1 - 25 of 389) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
clock_gettime.c 9 clock_gettime(CLOCK_REALTIME, &ts);
  /external/libmicrohttpd/src/microspdy/
internal.c 35 if (0 == clock_gettime (CLOCK_MONOTONIC, &ts))
  /system/bt/osi/src/
time.c 27 clock_gettime(CLOCK_BOOTTIME, &timespec);
  /bionic/libc/arch-arm/syscalls/
clock_gettime.S 5 ENTRY(clock_gettime) function
16 END(clock_gettime)
  /bionic/libc/arch-mips/syscalls/
clock_gettime.S 5 ENTRY(clock_gettime) function
19 END(clock_gettime)
  /external/fio/os/windows/
posix.h 7 extern int clock_gettime(clockid_t clock_id, struct timespec *tp);
  /hardware/ril/librilutils/
librilutils.c 22 clock_gettime(CLOCK_MONOTONIC, &now);
  /hardware/bsp/intel/peripheral/libupm/src/ppd42ns/
ppd42ns.cxx 59 clock_gettime(CLOCK_MONOTONIC, &printData_start);
60 clock_gettime(CLOCK_MONOTONIC, &printData_now);
71 clock_gettime(CLOCK_MONOTONIC, &printData_now);
97 clock_gettime(CLOCK_MONOTONIC, &pulseIn_start);
107 clock_gettime(CLOCK_MONOTONIC, &pulsetime_start);
114 clock_gettime(CLOCK_MONOTONIC, &pulsetime_end);
120 clock_gettime(CLOCK_MONOTONIC, &pulseIn_now);
  /bionic/libc/arch-mips64/syscalls/
clock_gettime.S 5 ENTRY(clock_gettime) function
25 END(clock_gettime)
  /external/strace/tests/
clock_nanosleep.test 9 syscalls=clock_nanosleep,clock_gettime,setitimer
clock_xettime.test 3 # Check clock_getres, clock_gettime, and clock_settime syscalls decoding.
9 syscalls=clock_getres,clock_gettime,clock_settime
  /external/vboot_reference/tests/
timer_utils.c 9 clock_gettime(CLOCK_REALTIME, &ct->start_time);
13 clock_gettime(CLOCK_REALTIME, &ct->end_time);
  /bionic/libc/bionic/
clock.cpp 38 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == -1) {
  /hardware/bsp/intel/peripheral/sensors/mraa/
Utils.cpp 23 if (!clock_gettime(clock_id, &ts))
  /external/compiler-rt/test/tsan/
cond_version.c 29 clock_gettime(CLOCK_MONOTONIC, &ts0);
39 clock_gettime(CLOCK_MONOTONIC, &ts2);
bench.h 35 clock_gettime(CLOCK_MONOTONIC, &tp0);
38 clock_gettime(CLOCK_MONOTONIC, &tp1);
  /external/tlsdate/src/events/
check_continuity.c 40 if (clock_gettime (CLOCK_REALTIME, &real) < 0)
42 if (clock_gettime (CLOCK_MONOTONIC_RAW, &monotonic) < 0)
  /system/update_engine/common/
clock.cc 29 if (clock_gettime(CLOCK_MONOTONIC_RAW, &now_ts) != 0) {
45 if (clock_gettime(CLOCK_BOOTTIME, &now_ts) != 0) {
  /build/kati/
timeutil.cc 27 clock_gettime(CLOCK_REALTIME, &ts);
  /external/tlsdate/src/compat/
clock-hurd.c 21 * @return clock_gettime syscall return value
28 return clock_gettime(CLOCK_REALTIME, &time->tp);
clock-linux.c 21 * @return clock_gettime syscall return value
27 return clock_gettime (CLOCK_REALTIME, &time->tp);
  /device/google/dragon/audio/hal/dsp/tests/
eq_test.c 49 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
51 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2);
93 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
95 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2);
108 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
110 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2);
crossover_test.c 60 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
62 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2);
67 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp1);
70 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp2);
  /frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp 40 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &mPreviousTs);
42 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
48 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
50 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
59 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
61 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
102 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
104 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
133 rc = clock_gettime(CLOCK_MONOTONIC, &ts);
135 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno)
    [all...]
  /external/autotest/client/tests/tracing_microbenchmark/src/
getuid_microbench.c 43 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &start_time)) {
44 perror("clock_gettime");
51 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &end_time)) {
52 perror("clock_gettime");

Completed in 1053 milliseconds

1 2 3 4 5 6 7 8 91011>>