Searched refs:thread2 (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H 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()
|
| H 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()
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H 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()
|
| /linux/tools/testing/selftests/namespaces/ |
| H A D | ns_active_ref_test.c | 2469 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()
|