Searched refs:uffd_handler_threads (Results 1 – 1 of 1) sorted by relevance
255 pthread_t *uffd_handler_threads = NULL; in run_test() local279 uffd_handler_threads = in run_test()280 malloc(nr_vcpus * sizeof(*uffd_handler_threads)); in run_test()281 TEST_ASSERT(uffd_handler_threads, "Memory allocation failed"); in run_test()309 &uffd_handler_threads[vcpu_id], in run_test()350 pthread_join(uffd_handler_threads[vcpu_id], NULL); in run_test()366 free(uffd_handler_threads); in run_test()