Lines Matching defs:thread_id
397 int thread_id;
2758 int thread_id = 0;
2761 if (thiscpu->thread_id < 0)
2762 thiscpu->thread_id = thread_id++;
2788 (cpus[so].thread_id < 0))
2789 cpus[so].thread_id =
2790 thread_id++;
2931 cpus[cpu].thread_id = -1;
5445 if (cpus[i].thread_id == 0)
5492 cpus[i].thread_id);
5542 int thread_id = cpus[cpu_id].thread_id;
5554 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id);
5559 if (thread_id == 0) {