Searched refs:thread2 (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/mm/ |
H A D | hugetlb_fault_after_madv.c | 57 pthread_t thread1, thread2; in main() 95 pthread_create(&thread2, NULL, touch, NULL); 98 pthread_join(thread2, NULL); 41 pthread_t thread1, thread2; main() local
|
H A D | hugetlb_madv_vs_map.c | 79 pthread_t thread1, thread2, thread3; in main() local 109 pthread_create(&thread2, NULL, touch, NULL); in main() 113 pthread_join(thread2, NULL); in main()
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 167 void *(*thread2)(void *); member 216 .thread2 = pipe_thread2, 255 .thread2 = yield_thread2, 385 .thread2 = futex_thread2, 502 start_fn(actions->thread2, NULL, cpu2); in main()
|
/linux/Documentation/RCU/Design/Requirements/ |
H A D | Requirements.rst | 838 16 void thread2(void) 881 16 void thread2(void) 899 the beginning of thread2()'s grace period. If it is also the case 901 precede the beginning of thread2()'s grace period. This mean that 939 16 void thread2(void)
|