Searched refs:thread2 (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
65 pthread_create(&thread2, NULL, touch, NULL);
68 pthread_join(thread2, NULL);
H A Dhugetlb_madv_vs_map.c79 pthread_t thread1, thread2, thread3; local
107 pthread_create(&thread2, NULL, touch, NULL);
111 pthread_join(thread2, NULL);
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c167 void *(*thread2)(void *); member in struct:actions
216 .thread2 = pipe_thread2,
255 .thread2 = yield_thread2,
385 .thread2 = futex_thread2,
502 start_fn(actions->thread2, NULL, cpu2);

Completed in 140 milliseconds