Home
last modified time | relevance | path

Searched refs:otherCpus (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DRefBase_test.cpp311 cpu_set_t otherCpus; variable
317 cpu_set_t* myCpus /* out */, cpu_set_t* otherCpus) { in setExclusiveCpus() argument
325 CPU_ZERO(otherCpus); in setExclusiveCpus()
327 CPU_OR(otherCpus, otherCpus, origCpus); in setExclusiveCpus()
333 CPU_CLR(i, otherCpus); in setExclusiveCpus()
340 if (sched_setaffinity(0, sizeof(cpu_set_t), &otherCpus) != 0) { in visit2AndRemove()
357 if (setExclusiveCpus(&origCpus, &myCpus, &otherCpus)) { in TEST()
392 if (sched_setaffinity(0, sizeof(cpu_set_t), &otherCpus) != 0) { in visit3AndRemove()
413 if (setExclusiveCpus(&origCpus, &myCpus, &otherCpus)) { in TEST()