Home
last modified time | relevance | path

Searched defs:cpu_count (Results 1 – 20 of 20) sorted by relevance

/external/bcc/src/lua/bcc/vendor/
Dposix.lua67 local function cpu_count() function
/external/cpu_features/ndk_compat/
Dcpu-features.c183 int android_setCpu(int cpu_count, uint64_t cpu_features) { in android_setCpu()
199 int android_setCpuArm(int cpu_count, uint64_t cpu_features, uint32_t cpu_id) { in android_setCpuArm()
/external/google-breakpad/src/google_breakpad/processor/
Dsystem_info.h96 int cpu_count; member
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto132 optional int32 cpu_count = 12; field
/external/python/futures/concurrent/futures/
Dthread.py18 def cpu_count(): function
/external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
Dht_affinity.c54 int cpu_count, i, j, k, cpuid; in HT_SetAffinity() local
/external/python/cpython2/Lib/multiprocessing/
D__init__.py109 def cpu_count(): function
/external/perfetto/src/traced/probes/ftrace/
Dftrace_controller_unittest.cc102 explicit MockFtraceProcfs(size_t cpu_count = 1) : FtraceProcfs("/root/") { in MockFtraceProcfs()
211 size_t cpu_count = 1) { in CreateTestController()
/external/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py20 cpu_count = 0 variable
/external/kernel-headers/original/uapi/linux/
Dtaskstats.h72 __u64 cpu_count __attribute__((aligned(8))); member
/external/autotest/client/bin/
Djob_unittest.py455 def _setup_check_post_reboot(self, mount_info, cpu_count): argument
Djob.py712 def cpu_count(self): member in base_client_job
/external/crosvm/x86_64/src/
Dmptable.rs478 let mut cpu_count = 0; in cpu_entry_count() localVariable
/external/rust/crates/num_cpus/src/
Dlib.rs364 pub cpu_count: u32, in get_num_cpus() field
/external/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c365 int cpu_count = 0; in get_default_device() local
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py41 def cpu_count(self): member in BaseContext
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py543 def _benchmarkFlipLeftRight(self, device, cpu_count): argument
573 def _benchmarkRandomFlipLeftRight(self, device, cpu_count): argument
603 def _benchmarkBatchedRandomFlipLeftRight(self, device, cpu_count): argument
664 def _benchmarkAdjustHue(self, device, cpu_count): argument
707 def _benchmarkAdjustSaturation(self, device, cpu_count): argument
/external/python/cpython2/Lib/test/
Dregrtest.py311 def cpu_count(): function
/external/arm-trusted-firmware/drivers/renesas/common/pwrc/
Dpwrc.c838 uint64_t cpu_count; in rcar_pwrc_cpu_on_check() local
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc1088 int cpu_count = cpus_present.GetCount(); in WriteCPUInformation() local