HomeSort by relevance Sort by last modified time
    Searched refs:num_cpus_ (Results 1 - 4 of 4) sorted by null

  /external/stressapptest/src/
os.cc 71 num_cpus_ = 0;
107 if (num_cpus_ == 0) {
109 num_cpus_ = sysconf(_SC_NPROCESSORS_ONLN);
110 num_cpus_per_node_ = num_cpus_ / num_nodes_;
112 logprintf(5, "Log: %d nodes, %d cpus.\n", num_nodes_, num_cpus_);
113 sat_assert(CPU_SETSIZE >= num_cpus_);
os.h 331 int num_cpus() const { return num_cpus_; }
380 int num_cpus_; // Number of cpus in the system. member in class:OsLayer
worker.h 884 int num_cpus_; member in class:CpuFreqThread
worker.cc     [all...]

Completed in 70 milliseconds