Home
last modified time | relevance | path

Searched refs:thread1 (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
108 pthread_create(&thread1, NULL, madv, NULL); in main()
112 pthread_join(thread1, NULL); in main()
A Dhugetlb_fault_after_madv.c57 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 Dcontext_switch.c166 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