HomeSort by relevance Sort by last modified time
    Searched full:clock_gettime (Results 51 - 75 of 997) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/core/libutils/
Timers.cpp 47 clock_gettime(clocks[clock], &t);
  /external/chromium_org/third_party/libevent/
chromium.patch 109 - if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0)
124 - if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
129 + clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
  /external/libpng/contrib/libtests/
timepng.c 17 #define _POSIX_C_SOURCE 199309L /* for clock_gettime */
102 /* Do the timing using clock_gettime and the per-process timer. */
103 if (!clock_gettime(CLOCK_PROCESS_CPUTIME_ID, t))
  /external/fio/
configure 655 # clock_gettime probe
656 clock_gettime="no"
662 return clock_gettime(0, NULL);
665 if compile_prog "" "" "clock_gettime"; then
666 clock_gettime="yes"
667 elif compile_prog "" "-lrt" "clock_gettime"; then
668 clock_gettime="yes"
671 echo "clock_gettime $clock_gettime"
676 if test "$clock_gettime" = "yes" ; the
    [all...]
  /frameworks/av/services/audioflinger/
test-resample.cpp 349 clock_gettime(CLOCK_MONOTONIC, &start);
356 clock_gettime(CLOCK_MONOTONIC, &end);
368 clock_gettime(CLOCK_MONOTONIC, &start);
372 clock_gettime(CLOCK_MONOTONIC, &end);
413 clock_gettime(CLOCK_MONOTONIC, &start);
418 clock_gettime(CLOCK_MONOTONIC, &end);
FastThread.h 66 struct timespec oldLoad; // previous value of clock_gettime(CLOCK_THREAD_CPUTIME_ID)
  /external/dhcpcd/
common.c 152 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
159 if (clock_gettime(posix_clock, &ts) == 0) {
168 * This is crap though - why can't they implement clock_gettime?*/
  /bionic/libc/bionic/
pthread_internals.cpp 74 clock_gettime(clock, ts);
  /device/htc/flounder/sensor_hub/libsensors/
SensorBase.cpp 112 clock_gettime(CLOCK_BOOTTIME, &t);
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_futex.cc 43 if (clock_gettime(CLOCK_REALTIME, &now))
  /external/srec/portable/src/
ptimestamp.c 43 clock_gettime(CLOCK_REALTIME, &now);
  /hardware/intel/img/libdrm/libdrm/
config.h.in 6 /* Define to 1 if you have the `clock_gettime' function. */
  /hardware/invensense/60xx/libsensors/
SensorBase.cpp 87 clock_gettime(CLOCK_MONOTONIC, &t);
  /hardware/libhardware_legacy/power/
power.c 58 clock_gettime(CLOCK_MONOTONIC, &t);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
librt-2.11.1.so 
librt.so 
librt.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
librt-2.11.1.so 
librt.so 
librt.so.1 
  /system/extras/tests/lib/testUtil/
testUtil.c 269 clock_gettime(CLOCK_MONOTONIC, &start);
273 clock_gettime(CLOCK_MONOTONIC, &current);
294 clock_gettime(CLOCK_MONOTONIC, &start);
298 clock_gettime(CLOCK_MONOTONIC, &current);
  /device/asus/fugu/power/
power.c 109 clock_gettime(CLOCK_MONOTONIC, &mod->last_boost_time);
152 clock_gettime(CLOCK_MONOTONIC, &curr_time);
  /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/fio/engines/
posixaio.c 28 if (!clock_gettime(clk, ts))
31 perror("clock_gettime");
  /external/fio/t/
lfsr-test.c 89 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &start);
94 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &end);

Completed in 601 milliseconds

1 23 4 5 6 7 8 91011>>