HomeSort by: relevance | last modified time | path
    Searched refs:now_ns (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
subr_time_arith.c 485 int64_t last_val, interval, now_ns, overruns, last_tick; local
543 now_ns = timespec2ns(now);
547 KASSERT(now_ns >= 0);
565 KASSERT(last_val < now_ns);
566 overruns = (now_ns - last_val) / interval;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
futex.cc 73 // Return the relative duration from (now_s + now_ns) to (abs_s + abs_ns)
77 time_t now_s, long now_ns)
99 rt.tv_nsec = abs_ns.count() - now_ns;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
futex.cc 73 // Return the relative duration from (now_s + now_ns) to (abs_s + abs_ns)
77 time_t now_s, long now_ns)
99 rt.tv_nsec = abs_ns.count() - now_ns;

Completed in 24 milliseconds