Searched refs:thread_ids (Results 1 – 3 of 3) sorted by relevance
303 pid_t *thread_ids = NULL; in vmsr_get_thread_ids() local313 thread_ids = g_renew(pid_t, thread_ids, (thread_count + 1)); in vmsr_get_thread_ids()314 thread_ids[thread_count] = tid; in vmsr_get_thread_ids()322 return thread_ids; in vmsr_get_thread_ids()
2697 g_autofree pid_t *thread_ids in kvm_msr_energy_thread() local2700 if (thread_ids == NULL) { in kvm_msr_energy_thread()2712 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)