Home
last modified time | relevance | path

Searched full:logicalcpu (Results 1 – 6 of 6) sorted by relevance

/third_party/opencl-headers/.github/workflows/
Dmacos.yml45 …cmake --build $GITHUB_WORKSPACE/build --config Release --parallel `sysctl -n hw.logicalcpu` `if [[…
46 …cmake --build $GITHUB_WORKSPACE/build --config Debug --parallel `sysctl -n hw.logicalcpu` `if [[…
52 ctest -C Release --output-on-failure --parallel `sysctl -n hw.logicalcpu`
53 ctest -C Debug --output-on-failure --parallel `sysctl -n hw.logicalcpu`
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/macos/
Dcontinuous.sh35 cmake --build . -- -j$(sysctl -n hw.logicalcpu)
49 cmake --build . --target ReactorUnitTests -- -j$(sysctl -n hw.logicalcpu)
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml174 - 'make -j$(sysctl -n hw.logicalcpu)'
185 - 'make -j$(sysctl -n hw.logicalcpu)'
/third_party/mbedtls/tests/scripts/
Ddocker_env.sh55 NUM_PROC="$(sysctl -n hw.logicalcpu)"
/third_party/lz4/programs/
Dutil.c68 int const ret = sysctlbyname("hw.logicalcpu", &numCores, &size, NULL, 0);
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/
Dbuild.sh80 make --jobs=$(sysctl -n hw.logicalcpu)