Home
last modified time | relevance | path

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

/external/bcc/src/lua/bcc/vendor/
Dposix.lua67 local function cpu_count() function
/external/google-breakpad/src/google_breakpad/processor/
Dsystem_info.h93 int cpu_count; member
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Ddistort_image_ops_test.py256 def _benchmark_adjust_hue_in_yiq(self, device, cpu_count): argument
300 def _benchmark_adjust_saturation_in_yiq(self, device, cpu_count): argument
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto132 optional int32 cpu_count = 12; field
/external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
Dht_affinity.c54 int cpu_count, i, j, k, cpuid; in HT_SetAffinity() local
/external/python/futures/concurrent/futures/
Dthread.py18 def cpu_count(): function
/external/python/cpython2/Lib/multiprocessing/
D__init__.py109 def cpu_count(): function
/external/perfetto/src/traced/probes/ftrace/
Dftrace_controller_unittest.cc138 explicit MockFtraceProcfs(size_t cpu_count = 1) : FtraceProcfs("/root/") { in MockFtraceProcfs()
271 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.py453 def _setup_check_post_reboot(self, mount_info, cpu_count): argument
Djob.py704 def cpu_count(self): member in base_client_job
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py40 def cpu_count(self): member in BaseContext
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py483 def _benchmarkFlipLeftRight(self, device, cpu_count): argument
513 def _benchmarkRandomFlipLeftRight(self, device, cpu_count): argument
543 def _benchmarkBatchedRandomFlipLeftRight(self, device, cpu_count): argument
604 def _benchmarkAdjustHue(self, device, cpu_count): argument
647 def _benchmarkAdjustSaturation(self, device, cpu_count): argument
/external/python/cpython2/Lib/test/
Dregrtest.py311 def cpu_count(): function
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc993 int cpu_count = cpus_present.GetCount(); in WriteCPUInformation() local