Searched refs:pt_vcpu_run (Results 1 – 1 of 1) sorted by relevance
43 static pthread_t pt_vcpu_run[KVM_MAX_VCPUS]; variable109 ret = pthread_setaffinity_np(pt_vcpu_run[vcpu_idx], in test_migrate_vcpu()156 ret = pthread_create(&pt_vcpu_run[i], NULL, test_vcpu_run, in test_run()172 pthread_join(pt_vcpu_run[i], NULL); in test_run()