Home
last modified time | relevance | path

Searched refs:HW_NCPU (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dncpu.h47 mib[1] = HW_NCPU; in get_ncpu()
/third_party/ffmpeg/libavutil/
H A Dcpu.c221 #elif HAVE_SYSCTL && defined(HW_NCPU) in av_cpu_count()
222 int mib[2] = { CTL_HW, HW_NCPU }; in av_cpu_count()
/third_party/node/deps/v8/src/base/
H A Dsys-info.cc41 int mib[2] = {CTL_HW, HW_NCPU}; in NumberOfProcessors()
/third_party/mesa3d/src/util/
H A Du_cpu_detect.c641 const int mib[] = { CTL_HW, HW_NCPU }; in util_cpu_detect_once()
652 * HW_NCPUONLINE, it was not clear whether HW_NCPU is the number of in util_cpu_detect_once()
662 const int mib[] = { CTL_HW, HW_NCPU }; in util_cpu_detect_once()
/third_party/benchmark/src/
H A Dsysinfo.cc156 mib[1] = HW_NCPU; in GetSysctlImp()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs582 pub const HW_NCPU: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1001 pub const HW_NCPU: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2062 pub const HW_NCPU: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2198 pub const HW_NCPU: ::c_int = 3; consts
/third_party/python/Modules/
H A Dposixmodule.c13447 mib[1] = HW_NCPU; in os_cpu_count_impl()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4283 pub const HW_NCPU: ::c_int = 3; consts

Completed in 59 milliseconds