Searched refs:epoch_usec (Results 1 – 4 of 4) sorted by relevance
59 static ulong64 epoch_usec(void) in epoch_usec() function95 ts = epoch_usec(); in run()97 tinfo->delta = epoch_usec() - ts; in run()374 dur = epoch_usec(); in main()396 ts = epoch_usec(); in main()398 delta = (long)(epoch_usec() - ts); in main()401 ts = epoch_usec(); in main()403 delta = (long)(epoch_usec() - ts); in main()420 dur = epoch_usec() - dur; in main()
412 async_wait_timeout_absolute(async_wait_s *aw, u64 epoch_usec) argument420 ts.tv_sec = epoch_usec / 1000000L;421 ts.tv_nsec = (epoch_usec % 1000000L) * 1000L;433 …it_timeout_absolute(%p,%llu) : TIMEOUT (awc=%i)", getpid_ex(), thread_self(), aw, epoch_usec, awc);
185 bool async_wait_timeout_absolute(async_wait_s *aw, u64 epoch_usec);