Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vm/
A Duserfaultfd.c821 pthread_t uffd_threads[nr_cpus]; in stress() local
830 if (pthread_create(&uffd_threads[cpu], &attr, in stress()
835 if (pthread_create(&uffd_threads[cpu], &attr, in stress()
870 if (pthread_join(uffd_threads[cpu], in stress()
874 if (pthread_cancel(uffd_threads[cpu])) in stress()
876 if (pthread_join(uffd_threads[cpu], NULL)) in stress()

Completed in 7 milliseconds