Home
last modified time | relevance | path

Searched refs:HW_NCPU (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/include/
Dncpu.h47 mib[1] = HW_NCPU; in get_ncpu()
/third_party/ffmpeg/libavutil/
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/
Dsys-info.cc41 int mib[2] = {CTL_HW, HW_NCPU}; in NumberOfProcessors()
/third_party/mesa3d/src/util/
Du_cpu_detect.c641 const int mib[] = { CTL_HW, HW_NCPU }; in util_cpu_detect_once()
662 const int mib[] = { CTL_HW, HW_NCPU }; in util_cpu_detect_once()
/third_party/openh264/codec/common/src/
DWelsThreadLib.cpp525 int scname[] = { CTL_HW, HW_NCPU }; in WelsQueryLogicalProcessInfo()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt245 HW_NCPU
Ddragonfly.txt337 HW_NCPU
Dnetbsd.txt399 HW_NCPU
Dfreebsd.txt386 HW_NCPU
Dapple.txt477 HW_NCPU
/third_party/benchmark/src/
Dsysinfo.cc156 mib[1] = HW_NCPU; in GetSysctlImp()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs582 pub const HW_NCPU: ::c_int = 3; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1001 pub const HW_NCPU: ::c_int = 3; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2062 pub const HW_NCPU: ::c_int = 3; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs2198 pub const HW_NCPU: ::c_int = 3; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4283 pub const HW_NCPU: ::c_int = 3; constant
/third_party/python/Modules/
Dposixmodule.c13250 mib[1] = HW_NCPU; in os_cpu_count_impl()