Searched refs:uffd_threads (Results 1 – 1 of 1) sorted by relevance
184 pthread_t uffd_threads[nr_parallel]; in stress() local193 if (pthread_create(&uffd_threads[cpu], &attr, uffd_poll_thread, &args[cpu])) in stress()196 if (pthread_create(&uffd_threads[cpu], &attr, in stress()231 if (pthread_join(uffd_threads[cpu], in stress()235 if (pthread_cancel(uffd_threads[cpu])) in stress()237 if (pthread_join(uffd_threads[cpu], NULL)) in stress()
Completed in 4 milliseconds