Searched refs:lpi_threads (Results 1 – 1 of 1) sorted by relevance
302 pthread_t *lpi_threads = malloc(nr_devices * sizeof(pthread_t)); in run_test() local307 TEST_ASSERT(lpi_threads && vcpu_threads, "Failed to allocate pthread arrays"); in run_test()315 pthread_create(&lpi_threads[i], NULL, lpi_worker_thread, (void *)i); in run_test()322 pthread_join(lpi_threads[i], NULL); in run_test()