Home
last modified time | relevance | path

Searched refs:vcpu_thread (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/testing/selftests/kvm/
Ddirty_log_test.c226 pthread_t vcpu_thread; in main() local
285 pthread_create(&vcpu_thread, NULL, vcpu_worker, vm); in main()
297 pthread_join(vcpu_thread, NULL); in main()