Home
last modified time | relevance | path

Searched refs:thread1 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/mm/
H 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()
H 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()
/linux/tools/testing/selftests/powerpc/benchmarks/
H 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()
/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c2469 pthread_t thread1, thread2; in TEST() local
2473 int ret_thread = pthread_create(&thread1, NULL, thread_sleep_and_wait, &data); in TEST()
2485 pthread_cancel(thread1); in TEST()
2492 pthread_join(thread1, NULL); in TEST()
/linux/Documentation/arch/x86/
H A Dmicrocode.rst181 When thread0 of a core is doing the microcode update, if thread1 is