Searched refs:thread1 (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/mm/
H A Dhugetlb_fault_after_madv.c41 pthread_t thread1, thread2; local
64 pthread_create(&thread1, NULL, madv, NULL);
67 pthread_join(thread1, NULL);
H A Dhugetlb_madv_vs_map.c7 * - thread1:
79 pthread_t thread1, thread2, thread3; local
106 pthread_create(&thread1, NULL, madv, NULL);
110 pthread_join(thread1, NULL);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c166 void *(*thread1)(void *); member in struct:actions
215 .thread1 = pipe_thread1,
254 .thread1 = yield_thread1,
384 .thread1 = futex_thread1,
501 start_fn(actions->thread1, NULL, cpu1);

Completed in 100 milliseconds