Searched refs:thread2 (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/mm/ |
| A D | hugetlb_madv_vs_map.c | 79 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 D | hugetlb_fault_after_madv.c | 57 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 D | context_switch.c | 167 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