Home
last modified time | relevance | path

Searched refs:HW_AVAILCPU (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
Dsysteminfo.cc72 int name[] = {CTL_HW, HW_AVAILCPU}; in DetectNumberOfCores()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DHost.cpp1249 nm[1] = HW_AVAILCPU; in computeHostNumPhysicalCores()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c2204 #ifdef HW_AVAILCPU in initialise_threads()
2205 mib[1] = HW_AVAILCPU; in initialise_threads()
Dmksquashfs.c4435 #ifdef HW_AVAILCPU in initialise_threads()
4436 mib[1] = HW_AVAILCPU; in initialise_threads()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp1140 nm[1] = HW_AVAILCPU; in computeHostNumPhysicalCores()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2766 pub const HW_AVAILCPU: ::c_int = 25; constant