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

  /frameworks/native/services/vr/performanced/
cpu_set.h 19 class CpuSet {
23 CpuSet* parent() const { return parent_; }
37 CpuSet(CpuSet* parent, const std::string& name, base::unique_fd&& cpuset_fd);
39 void AddChild(std::unique_ptr<CpuSet> child);
48 CpuSet* parent_;
52 std::vector<std::unique_ptr<CpuSet>> children_;
57 CpuSet(const CpuSet&) = delete;
58 void operator=(const CpuSet&) = delete
    [all...]
cpu_set.cpp 28 bool CpuSet::prefix_enabled_ = false;
35 std::unique_ptr<CpuSet> CpuSetManager::Create(const std::string& path) {
38 ALOGE("CpuSet::Create: Failed to open \"%s\": %s", path.c_str(),
46 std::unique_ptr<CpuSet> CpuSetManager::Create(base::unique_fd base_fd,
48 CpuSet* parent) {
51 ALOGE("CpuSet::Create: Failed to opendir %s cpuset: %s", name.c_str(),
56 std::unique_ptr<CpuSet> group(
57 new CpuSet(parent, name, base::unique_fd(dup(base_fd))));
78 ALOGE("CpuSet::Create: Failed to openat \"%s\": %s", entry->d_name
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
cpu_set_unittest.cc 59 CpuSet set;
67 CpuSet set;
76 CpuSet set;
85 CpuSet set;
94 CpuSet set;
103 CpuSet set;
112 CpuSet set;
120 CpuSet set1;
126 CpuSet set2;
138 CpuSet set1
    [all...]
cpu_set.h 45 class CpuSet {
50 CpuSet() {
113 void IntersectWith(const CpuSet& other) {
minidump_writer.cc 86 using google_breakpad::CpuSet;
    [all...]
  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 65 --cpuset=name Adds the test to the specified cpuset before running
105 if (access("/dev/cpuset/tasks", F_OK)) {
112 if (snprintf(buffer, BUF_SIZE, "/dev/cpuset/%s/tasks", cpusetName) >= BUF_SIZE) {
156 CpuSet,
170 { "cpuset", required_argument, nullptr, LongOpts::CpuSet },
239 case LongOpts::CpuSet:

Completed in 933 milliseconds