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

<<11121314151617181920>>

  /bionic/libc/bionic/
semaphore.c 299 clock_gettime( CLOCK_REALTIME, &ts );
libc_logging.cpp 506 clock_gettime(CLOCK_REALTIME, &ts);
568 clock_gettime(CLOCK_REALTIME, &ts);
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 61 clock_gettime(CLOCK_MONOTONIC, &timestamp);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 339 clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/strace/linux/aarch64/
syscallent1.h 114 { 2, 0, sys_clock_gettime, "clock_gettime" }, /* 113 */
  /external/strace/linux/arc/
syscallent.h 114 { 2, 0, sys_clock_gettime, "clock_gettime" }, /* 113 */
  /external/strace/linux/avr32/
syscallent.h 244 { 2, 0, sys_clock_gettime, "clock_gettime" }, /* 216 */
  /external/strace/linux/hppa/
syscallent.h 261 { 2, 0, sys_clock_gettime, "clock_gettime" }, /* 256 */
  /external/strace/linux/metag/
syscallent.h 114 { 2, 0, sys_clock_gettime, "clock_gettime" }, /* 113 */
  /external/strace/linux/tile/
syscallent.h 114 { 2, 0, sys_clock_gettime, "clock_gettime" }, /* 113 */
syscallent1.h 114 { 2, 0, sys_clock_gettime, "clock_gettime" }, /* 113 */
  /external/strace/linux/x86_64/
syscallent.h 229 { 2, 0, sys_clock_gettime, "clock_gettime" }, /* 228 */
  /external/strace/linux/xtensa/
syscallent.h 238 { 2, 0, sys_clock_gettime, "clock_gettime" }, /* 245 */
  /external/valgrind/main/
config.h 108 /* Define to 1 if you have the `clock_gettime' function. */
  /external/wpa_supplicant_8/src/utils/
os_unix.c 77 res = clock_gettime(clock_id, &ts);
  /frameworks/wilhelm/src/
locks.c 36 clock_gettime(CLOCK_REALTIME, ts);
  /hardware/ril/libril/
ril_event.cpp 100 clock_gettime(CLOCK_MONOTONIC, &ts);
  /system/core/liblog/
logd_write.c 203 clock_gettime(CLOCK_REALTIME, &ts);
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraMjpegDecode.cpp 656 if (clock_gettime(CLOCK_REALTIME, p_timer))
684 int rc = clock_gettime(CLOCK_REALTIME, &ts);
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 116 clock_gettime(CLOCK_BOOTTIME, &ts_now);
772 clock_gettime(CLOCK_MONOTONIC, &abstime);
    [all...]
  /external/fio/os/windows/
posix.c 419 int clock_gettime(clockid_t clock_id, struct timespec *tp) function
446 /* clock_gettime(CLOCK_REALTIME,...) is just an alias for gettimeofday with a
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 97 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
394 if (clock_gettime(CLOCK_MONOTONIC, &pContext->mBufferUpdateTime) < 0) {
  /frameworks/wilhelm/tests/sandbox/
playbq.c 583 clock_gettime(CLOCK_MONOTONIC, &prevTs);
599 clock_gettime(CLOCK_MONOTONIC, &curTs);
playbq.cpp 583 clock_gettime(CLOCK_MONOTONIC, &prevTs);
599 clock_gettime(CLOCK_MONOTONIC, &curTs);
  /prebuilts/tools/linux-x86/emulator/lib/
libOpenglRender.so 

Completed in 444 milliseconds

<<11121314151617181920>>