Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/
Drseq_test.c31 static pthread_t migration_thread; variable
213 pthread_create(&migration_thread, NULL, migration_worker, in main()
261 pthread_join(migration_thread, NULL); in main()