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

1 2 3 4

  /bionic/libc/arch-arm/syscalls/
clock_gettime.S 5 .type clock_gettime, #function
6 .globl clock_gettime
10 clock_gettime: label
  /bionic/libc/arch-sh/syscalls/
clock_gettime.S 5 .type clock_gettime, @function
6 .globl clock_gettime
9 clock_gettime: label
  /bionic/libc/arch-x86/syscalls/
clock_gettime.S 5 .type clock_gettime, @function
6 .globl clock_gettime
9 clock_gettime: label
  /system/core/libnetutils/
Android.mk 14 # need "-lrt" on Linux simulator to pick up clock_gettime
  /bionic/libc/unistd/
time.c 54 clock_gettime( CLOCK_MONOTONIC, &tm);
  /external/srec/portable/src/
ptimestamp.c 43 clock_gettime(CLOCK_REALTIME, &now);
  /frameworks/base/cmds/bootanimation/
Android.mk 8 # need "-lrt" on Linux simulator to pick up clock_gettime
  /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);
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 71 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tm);
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 81 clock_gettime(CLOCK_MONOTONIC, &before);
89 clock_gettime(CLOCK_MONOTONIC, &after);
  /system/extras/tests/framebuffer/
Android.mk 16 # need this for clock_gettime()
  /frameworks/base/libs/surfaceflinger/
Android.mk 26 # need "-lrt" on Linux simulator to pick up clock_gettime
  /hardware/libhardware/
Android.mk 26 # need "-lrt" on Linux simulator to pick up clock_gettime
  /hardware/libhardware_legacy/
Android.mk 24 # need "-lrt" on Linux simulator to pick up clock_gettime
  /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);
  /system/extras/tests/pftest/
pftest.c 41 clock_gettime(CLOCK_MONOTONIC, &t);
  /external/qemu/distrib/sdl-1.2.12/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/qemu/
qemu-thread.c 66 clock_gettime(CLOCK_REALTIME, &ts);
125 clock_gettime(CLOCK_REALTIME, &ts);
  /bionic/libc/include/
time.h 116 extern int clock_gettime(int, struct timespec *);
  /frameworks/base/libs/utils/
Timers.cpp 45 clock_gettime(clocks[clock], &t);
  /ndk/build/platforms/android-3/arch-arm/usr/include/
time.h 98 extern int clock_gettime(int, struct timespec *);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
time.h 98 extern int clock_gettime(int, struct timespec *);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
time.h 98 extern int clock_gettime(int, struct timespec *);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
time.h 98 extern int clock_gettime(int, struct timespec *);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
time.h 98 extern int clock_gettime(int, struct timespec *);

Completed in 1682 milliseconds

1 2 3 4