Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dhugetlb_madv_vs_map.c79 pthread_t thread1, thread2, thread3; in main() local
109 pthread_create(&thread2, NULL, touch, NULL); in main()
113 pthread_join(thread2, NULL); in main()
H A Dhugetlb_fault_after_madv.c57 pthread_t thread1, thread2; in main() local
95 pthread_create(&thread2, NULL, touch, NULL); in main()
98 pthread_join(thread2, NULL); in main()
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c167 void *(*thread2)(void *); member
216 .thread2 = pipe_thread2,
255 .thread2 = yield_thread2,
385 .thread2 = futex_thread2,
502 start_fn(actions->thread2, NULL, cpu2); in main()
/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c2469 pthread_t thread1, thread2; in TEST() local
2481 ret_thread = pthread_create(&thread2, NULL, thread_sleep_and_wait, &data); in TEST()
2494 pthread_join(thread2, NULL); in TEST()