Searched refs:vcpu_thread (Results 1 – 1 of 1) sorted by relevance
226 pthread_t vcpu_thread; in main() local285 pthread_create(&vcpu_thread, NULL, vcpu_worker, vm); in main()297 pthread_join(vcpu_thread, NULL); in main()