Searched defs:vcpu_thread (Results 1 – 4 of 4) sorted by relevance
116 static struct kvm_vm *spawn_vm(pthread_t *vcpu_thread, void *guest_code) in spawn_vm()182 pthread_t vcpu_thread; in test_move_memory_region() local260 pthread_t vcpu_thread; in test_delete_memory_region() local
192 static pthread_t vcpu_thread; variable
93 pthread_t vcpu_thread; member
198 static void *vcpu_thread(void *arg) in vcpu_thread() function