Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/aarch64/
H A Dvgic_lpi_stress.c302 pthread_t *lpi_threads = malloc(nr_devices * sizeof(pthread_t)); in run_test() local
307 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()