Searched refs:cptimes_key (Results 1 – 1 of 1) sorted by relevance
188 const char* cptimes_key; in uv_cpu_info() local202 cptimes_key = "kern.cp_time"; in uv_cpu_info()205 cptimes_key = "kern.cp_times"; in uv_cpu_info()251 if (sysctlbyname(cptimes_key, cp_times, &size, NULL, 0)) { in uv_cpu_info()
Completed in 6 milliseconds