HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 251 - 275 of 344) sorted by null

<<11121314

  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 78 clock_gettime(CLOCK_MONOTONIC, ts);
  /bionic/tests/
pthread_test.cpp 449 ASSERT_EQ(0, clock_gettime(c, &ts));
807 ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &ts));
814 ASSERT_EQ(0, clock_gettime(CLOCK_REALTIME, &ts));
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-stat.c 382 clock_gettime(CLOCK_MONOTONIC, &ts);
509 clock_gettime(CLOCK_MONOTONIC, &ref_time);
    [all...]
Android.mk 281 # for pthread_* and clock_gettime
  /frameworks/av/media/libmedia/
ToneGenerator.cpp     [all...]
AudioTrackShared.cpp 223 clock_gettime(CLOCK_MONOTONIC, &before);
232 clock_gettime(CLOCK_MONOTONIC, &after);
    [all...]
  /bionic/libc/bionic/
pthread_mutex.cpp 726 clock_gettime(CLOCK_MONOTONIC, &abs_timeout);
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 398 clock_gettime(CLOCK_MONOTONIC, &t);
  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 965 int (*clock_gettime)(int clkid, struct timespec *tp); member in struct:usbi_os_backend
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 314 r = clock_gettime(CLOCK_MONOTONIC, &ts);
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 339 clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/libusb/libusb/os/
linux_usbfs.c 206 r = clock_gettime(CLOCK_MONOTONIC, &ts);
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_unix.c 77 res = clock_gettime(clock_id, &ts);
  /frameworks/av/media/libnbaio/
NBLog.cpp 137 if (!clock_gettime(CLOCK_MONOTONIC, &ts)) {
250 // FIXME should not take the lock until after the clock_gettime() syscall
  /hardware/libhardware/modules/camera/
Camera.cpp 454 res = clock_gettime(CLOCK_BOOTTIME, &ts);
  /hardware/ti/omap4-aah/
heaptracker.c 543 clock_gettime(CLOCK_REALTIME, &ts);
  /hardware/ti/omap4xxx/
heaptracker.c 543 clock_gettime(CLOCK_REALTIME, &ts);
  /system/core/init/
util.c 274 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
276 ERROR("clock_gettime(CLOCK_MONOTONIC) failed: %s\n", strerror(errno));
  /system/core/liblog/
logd_write.c 203 clock_gettime(CLOCK_REALTIME, &ts);
  /system/core/libnetutils/
dhcpclient.c 57 if (clock_gettime(CLOCK_MONOTONIC, &ts)) {
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 501 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
722 if (clock_gettime(CLOCK_MONOTONIC, &visu_ctxt->buffer_update_time) < 0) {
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 369 clock_gettime(CLOCK_MONOTONIC, &linux_cb.write_time);
401 clock_gettime(CLOCK_MONOTONIC, &now);
    [all...]
  /device/generic/goldfish/sensors/
sensors_qemu.c 223 clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/blktrace/
blkiomon.c 276 clock_gettime(CLOCK_REALTIME, &wake);
  /external/chromium_org/base/
logging.cc 142 clock_gettime(CLOCK_MONOTONIC, &ts);

Completed in 551 milliseconds

<<11121314