HomeSort by relevance Sort by last modified time
    Searched full:ts_now (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/
m_libcproc.c 645 struct vki_timespec ts_now; local
647 (UWord)&ts_now);
649 now = ts_now.tv_sec * 1000000ULL + ts_now.tv_nsec / 1000;
  /system/bt/btif/src/
btif_media_task.c 324 struct timespec ts_now; local
325 clock_gettime(CLOCK_BOOTTIME, &ts_now);
326 return ((UINT64)ts_now.tv_sec * USEC_PER_SEC) + ((UINT64)ts_now.tv_nsec / 1000);
    [all...]

Completed in 101 milliseconds