Searched refs:otherCpus (Results 1 – 1 of 1) sorted by relevance
/system/core/libutils/ |
D | RefBase_test.cpp | 272 cpu_set_t otherCpus; variable 278 cpu_set_t* myCpus /* out */, cpu_set_t* otherCpus) { in setExclusiveCpus() argument 286 CPU_ZERO(otherCpus); in setExclusiveCpus() 288 CPU_OR(otherCpus, otherCpus, origCpus); in setExclusiveCpus() 294 CPU_CLR(i, otherCpus); in setExclusiveCpus() 301 if (sched_setaffinity(0, sizeof(cpu_set_t), &otherCpus) != 0) { in visit2AndRemove() 318 if (setExclusiveCpus(&origCpus, &myCpus, &otherCpus)) { in TEST() 353 if (sched_setaffinity(0, sizeof(cpu_set_t), &otherCpus) != 0) { in visit3AndRemove() 374 if (setExclusiveCpus(&origCpus, &myCpus, &otherCpus)) { in TEST()
|