Searched refs:cpu_cores (Results 1 – 1 of 1) sorted by relevance
665 cpu_set_t cpu_cores; in thread_func() local668 CPU_ZERO(&cpu_cores); in thread_func()669 CPU_SET(t->cpu_core_id, &cpu_cores); in thread_func()670 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpu_cores); in thread_func()