Home
last modified time | relevance | path

Searched refs:cptimes_key (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dfreebsd.c183 const char* cptimes_key; in uv_cpu_info() local
197 cptimes_key = "kern.cp_time"; in uv_cpu_info()
200 cptimes_key = "kern.cp_times"; in uv_cpu_info()
246 if (sysctlbyname(cptimes_key, cp_times, &size, NULL, 0)) { in uv_cpu_info()
/third_party/node/deps/uv/src/unix/
H A Dfreebsd.c178 const char* cptimes_key; in uv_cpu_info() local
192 cptimes_key = "kern.cp_time"; in uv_cpu_info()
195 cptimes_key = "kern.cp_times"; in uv_cpu_info()
241 if (sysctlbyname(cptimes_key, cp_times, &size, NULL, 0)) { in uv_cpu_info()

Completed in 1 milliseconds