Home
last modified time | relevance | path

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

/tools/testing/selftests/mm/
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()
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()
/tools/testing/selftests/powerpc/benchmarks/
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()

Completed in 6 milliseconds