Searched refs:thread1 (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 108 pthread_create(&thread1, NULL, madv, NULL); in main() 112 pthread_join(thread1, NULL); in main()
|
| A D | hugetlb_fault_after_madv.c | 57 pthread_t thread1, thread2; in main() local 94 pthread_create(&thread1, NULL, madv, NULL); in main() 97 pthread_join(thread1, NULL); in main()
|
| /tools/testing/selftests/powerpc/benchmarks/ |
| A D | context_switch.c | 166 void *(*thread1)(void *); member 215 .thread1 = pipe_thread1, 254 .thread1 = yield_thread1, 384 .thread1 = futex_thread1, 501 start_fn(actions->thread1, NULL, cpu1); in main()
|
Completed in 7 milliseconds