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

1 2 3 4 5

  /bionic/libc/arch-arm/syscalls/
clock_gettime.S 5 ENTRY(clock_gettime) function
14 END(clock_gettime)
  /bionic/libc/arch-mips/syscalls/
clock_gettime.S 5 ENTRY(clock_gettime) function
19 END(clock_gettime)
  /external/chromium_org/third_party/skia/tools/timer/
SysTimer_posix.cpp 23 if (-1 == clock_gettime(CLOCK_MONOTONIC, &fWall)) {
29 if (-1 == clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &fCpu)) {
37 if (-1 == clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &end_cpu)) {
46 if (-1 == clock_gettime(CLOCK_MONOTONIC, &end_wall)) {
  /external/fio/os/windows/
posix.h 7 extern int clock_gettime(clockid_t clock_id, struct timespec *tp);
  /bionic/libc/arch-mips64/syscalls/
clock_gettime.S 5 ENTRY(clock_gettime) function
25 END(clock_gettime)
  /bionic/libc/arch-x86/syscalls/
clock_gettime.S 5 ENTRY(clock_gettime) function
26 END(clock_gettime)
  /bionic/libc/bionic/
clock.cpp 38 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == -1) {
pthread_internals.cpp 74 clock_gettime(clock, ts);
  /external/compiler-rt/test/tsan/
cond_version.c 26 clock_gettime(CLOCK_MONOTONIC, &ts0);
36 clock_gettime(CLOCK_MONOTONIC, &ts2);
bench.h 35 clock_gettime(CLOCK_MONOTONIC, &tp0);
38 clock_gettime(CLOCK_MONOTONIC, &tp1);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostime.h 16 int clock_gettime(clockid_t clock_id, struct timespec* tp);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
tick_util.cc 65 clock_gettime(CLOCK_REALTIME, &ts);
67 clock_gettime(CLOCK_MONOTONIC, &ts);
condition_variable_posix.cc 95 clock_gettime(CLOCK_REALTIME, &ts);
97 clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/deqp/framework/delibs/deutil/
deClock.c 51 clock_gettime(CLOCK_MONOTONIC, &currTime);
56 /* Symbian supports only realtime clock for clock_gettime. */
58 clock_gettime(CLOCK_REALTIME, &currTime);
  /external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh 112 clock_gettime(m_clkid, &ts);
120 clock_gettime(m_clkid, &ts);
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions_unittests.cc 61 BPF_ASSERT_EQ(0, clock_gettime(clockid, &ts));
80 clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
106 // just check this clock_gettime call does not crash.
107 clock_gettime(base::TimeTicks::kClockSystemTrace, &ts);
125 clock_gettime(base::TimeTicks::kClockSystemTrace, &ts);
142 clock_gettime(kInitCPUClockID, &ts);
  /development/perftests/panorama/
benchmark.cpp 87 clock_gettime(CLOCK_MONOTONIC, &t1);
91 clock_gettime(CLOCK_MONOTONIC, &t2);
104 clock_gettime(CLOCK_MONOTONIC, &t3);
  /bionic/benchmarks/
time_benchmark.cpp 27 clock_gettime(CLOCK_MONOTONIC, &t);
  /cts/suite/audio_quality/lib/src/
Semaphore.cpp 52 if (clock_gettime(CLOCK_REALTIME, &timeOld) != 0) {
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 48 clock_gettime(CLOCK_MONOTONIC, &now);
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_clock.cc 47 // clock_getres() requires a NULL check but clock_gettime() doesn't.
59 if (clock_gettime(host_clk_id, &host_tp))
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.cc 67 clock_gettime(CLOCK_REALTIME, &real_time);
68 clock_gettime(CLOCK_MONOTONIC, &monotonic_time);
  /external/eigen/bench/
BenchTimer.h 43 * On POSIX platforms we use clock_gettime with CLOCK_PROCESS_CPUTIME_ID.
129 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts);
144 clock_gettime(CLOCK_REALTIME, &ts);
  /external/fio/t/
lfsr-test.c 89 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &start);
94 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &end);
  /development/ndk/platforms/android-L/include/
time.h 87 extern int clock_gettime(int, struct timespec*) __LIBC_ABI_PUBLIC__;

Completed in 1167 milliseconds

1 2 3 4 5