Searched refs:thread_ids (Results 1 – 3 of 3) sorted by relevance
288 pid_t *thread_ids = NULL; in vmsr_get_thread_ids() local298 thread_ids = g_renew(pid_t, thread_ids, (thread_count + 1)); in vmsr_get_thread_ids()299 thread_ids[thread_count] = tid; in vmsr_get_thread_ids()307 return thread_ids; in vmsr_get_thread_ids()
2795 g_autofree pid_t *thread_ids in kvm_msr_energy_thread() local2798 if (thread_ids == NULL) { in kvm_msr_energy_thread()2810 thd_stat[i].thread_id = thread_ids[i]; in kvm_msr_energy_thread()
1102 - thread_ids = set()1104 - self.assertTrue(tstat.tid not in thread_ids)1105 - thread_ids.add(tstat.tid)3013 + thread_ids = set()3015 + self.assertTrue(tstat.tid not in thread_ids)3016 + thread_ids.add(tstat.tid)