Searched refs:uffd_handler_threads (Results 1 – 1 of 1) sorted by relevance
286 pthread_t *uffd_handler_threads = NULL; in run_test() local314 uffd_handler_threads = in run_test()315 malloc(nr_vcpus * sizeof(*uffd_handler_threads)); in run_test()316 TEST_ASSERT(uffd_handler_threads, "Memory allocation failed"); in run_test()354 setup_demand_paging(vm, &uffd_handler_threads[vcpu_id], in run_test()394 pthread_join(uffd_handler_threads[vcpu_id], NULL); in run_test()409 free(uffd_handler_threads); in run_test()