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

  /external/valgrind/coregrind/
m_libcfile.c 604 struct vki_timespec timeout_ts; local
606 timeout_ts.tv_sec = timeout / 1000;
607 timeout_ts.tv_nsec = ((long)timeout % 1000) * 1000000;
611 (UWord)(timeout >= 0 ? &timeout_ts : NULL),
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3982 struct kernel_timespec timeout_ts; local
    [all...]
  /art/dex2oat/
dex2oat.cc 458 timespec timeout_ts; local
459 InitTimeSpec(true, CLOCK_REALTIME, multiplier * kWatchDogTimeoutSeconds * 1000, 0, &timeout_ts);
463 int rc = TEMP_FAILURE_RETRY(pthread_cond_timedwait(&cond_, &mutex_, &timeout_ts));
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc     [all...]

Completed in 778 milliseconds