Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dhugetlb_madv_vs_map.c79 pthread_t thread1, thread2, thread3; in main() local
110 pthread_create(&thread3, NULL, map_extra, NULL); in main()
114 pthread_join(thread3, &ret); in main()