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

  /src/external/mit/libuv/dist/src/unix/
haiku.c 112 /* system_time() returns time since booting in microseconds */
113 *uptime = (double)system_time() / 1000000;
core.c 1097 rusage->ru_stime.tv_sec = info.system_time.seconds;
1098 rusage->ru_stime.tv_usec = info.system_time.microseconds;
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
timers.cc 92 static_cast<double>(info.system_time.seconds) +
93 static_cast<double>(info.system_time.microseconds) * 1e-6);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
timers.cc 92 static_cast<double>(info.system_time.seconds) +
93 static_cast<double>(info.system_time.microseconds) * 1e-6);
  /src/external/bsd/top/dist/machine/
m_macosx.c 433 cputime = RP(pp, user_time).seconds + RP(pp, system_time).seconds;
471 // 100.0 * weighted_cpu(pct, (RP(pp, user_time).seconds + RP(pp, system_time).seconds)),
940 t_stime += t_info.system_time.seconds;
951 RP(mp, system_time).seconds = t_stime;
  /src/sys/arch/xen/xen/
xen_clock.c 294 raw_systime_ns = vt->system_time;
438 raw_systime_ns = vt->system_time;
1099 op.u.settime.system_time = systime_ns;
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat-info.c 166 PRINT_TV_FIELD (&task_info_data.basic, system_time);
191 PRINT_TV_FIELD (&task_info_data.thread_times, system_time);
390 PRINT_FIELD (&thread_info_data.basic, system_time);
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat-info.c 166 PRINT_TV_FIELD (&task_info_data.basic, system_time);
191 PRINT_TV_FIELD (&task_info_data.thread_times, system_time);
390 PRINT_FIELD (&thread_info_data.basic, system_time);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
platform.h 36 * 1 January, 1970 if the current system time was <system_time>.
43 uint64_t system_time; member in struct:xenpf_settime32
51 uint64_t system_time; member in struct:xenpf_settime64
xen.h 639 uint64_t system_time; /* Time, in nanosecs, since boot. */ member in struct:vcpu_time_info
642 * system_time +

Completed in 73 milliseconds