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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
clock_gettime.S 4 .globl clock_gettime
6 .ent clock_gettime
8 clock_gettime: label
22 .end clock_gettime
  /bionic/libc/arch-arm/syscalls/
clock_gettime.S 6 ENTRY(clock_gettime) function
15 END(clock_gettime)
  /bionic/libc/arch-x86/syscalls/
clock_gettime.S 6 ENTRY(clock_gettime) function
24 END(clock_gettime)
  /external/skia/bench/
BenchSysTimer_posix.cpp 29 if (-1 == clock_gettime(CLOCK_MONOTONIC, &this->fWall)) {
35 if (-1 == clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &this->fCpu)) {
43 if (-1 == clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &end_cpu)) {
52 if (-1 == clock_gettime(CLOCK_MONOTONIC, &end_wall)) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostime.h 16 int clock_gettime(clockid_t clock_id, struct timespec *tp);
  /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);
103 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
105 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
134 rc = clock_gettime(CLOCK_MONOTONIC, &ts);
136 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno)
    [all...]
  /external/chromium_org/third_party/libevent/
libevent.gyp 39 # We need rt for clock_gettime().
46 # On android, clock_gettime() is in libc.so, so no need to link librt.
  /system/extras/tests/bionic/libc/common/
test_pthread_getcpuclockid.c 28 /* this is a small test for pthread_getcpuclockid() and clock_gettime() */
59 clock_gettime( clock, &ts );
60 fprintf(stderr, "thread %08lx: clock_gettime() returned %g nsecs\n", self, ts.tv_sec*1e9 + ts.tv_nsec);
  /hardware/ril/librilutils/
librilutils.c 22 clock_gettime(CLOCK_MONOTONIC, &now);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
chrono.cpp 17 #include <time.h> // clock_gettime, CLOCK_MONOTONIC
111 // FIXME: We assume that clock_gettime(CLOCK_MONOTONIC) works on
124 if (0 != clock_gettime(CLOCK_MONOTONIC, &tp))
125 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed");
  /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);
  /packages/apps/Camera/perftests/panorama/
benchmark.cpp 87 clock_gettime(CLOCK_MONOTONIC, &t1);
91 clock_gettime(CLOCK_MONOTONIC, &t2);
104 clock_gettime(CLOCK_MONOTONIC, &t3);
  /system/core/libutils/
SystemClock.cpp 72 "clock_gettime",
125 * clock_gettime appears to have clock skews and can sometimes return
128 result = clock_gettime(CLOCK_BOOTTIME, &ts);
  /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);
  /external/webrtc/src/system_wrappers/source/
condition_variable_posix.cc 112 clock_gettime(CLOCK_REALTIME, &ts);
114 clock_gettime(CLOCK_MONOTONIC, &ts);
event_posix.cc 141 clock_gettime(CLOCK_REALTIME, &tEnd);
143 clock_gettime(CLOCK_MONOTONIC, &tEnd);
251 clock_gettime(CLOCK_REALTIME, &_tCreate);
253 clock_gettime(CLOCK_MONOTONIC, &_tCreate);
  /hardware/libhardware/modules/local_time/
local_time_hw.c 40 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
55 // For better or worse, linux clock_gettime routines normalize all clock
Android.mk 18 # system's clock_gettime(CLOCK_MONOTONIC) and does not support HW slewing.
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 81 clock_gettime(CLOCK_MONOTONIC, &before);
89 clock_gettime(CLOCK_MONOTONIC, &after);
  /external/qemu/distrib/sdl-1.2.15/src/timer/unix/
SDL_systimer.c 36 /* The clock_gettime provides monotonous time, so we should use it if
37 it's available. The clock_gettime function is behind ifdef
65 clock_gettime(CLOCK_MONOTONIC,&start);
76 clock_gettime(CLOCK_MONOTONIC,&now);
  /external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh 112 clock_gettime(m_clkid, &ts);
120 clock_gettime(m_clkid, &ts);
  /external/qemu/
qemu-thread.c 75 clock_gettime(CLOCK_REALTIME, &ts);
143 clock_gettime(CLOCK_REALTIME, &ts);
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 120 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tm);
140 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tm);
  /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);

Completed in 4178 milliseconds

1 2 3 4 5 6 7 8 91011>>