Searched defs:vcpu_threads (Results 1 – 3 of 3) sorted by relevance
343 pthread_t *vcpu_threads; in run_test() local
33 static struct vcpu_thread vcpu_threads[KVM_MAX_VCPUS]; variable
301 pthread_t *vcpu_threads = malloc(nr_vcpus * sizeof(pthread_t)); in run_test() local