Home | History | Annotate | Download | only in hal

Lines Matching full:cpu_set

2957     cpu_set_t cpu_set;
2974 CPU_ZERO(&cpu_set);
2975 CPU_SET(cpu_num, &cpu_set);
2976 return sched_setaffinity(tid, sizeof(cpu_set), &cpu_set);