Searched refs:thread1 (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb_madv_vs_map.c | 79 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 D | hugetlb_fault_after_madv.c | 57 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 D | context_switch.c | 166 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 D | ns_active_ref_test.c | 2469 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/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 98 11 void thread1(void) 107 ``x`` must complete before thread1() stores to ``y``, so that 716 11 void thread1(void) 726 After thread0() and thread1() execute concurrently, it is quite 771 13 void thread1(void) 780 thread1() function's update, the WARN_ON() could never fire. But 782 aside from subsequent grace periods, of which thread1() has none, so 831 9 void thread1(void) 874 9 void thread1(void) 897 before the end of thread1()'s grace period. If in addition [all …]
|
| /linux/Documentation/arch/x86/ |
| H A D | microcode.rst | 181 When thread0 of a core is doing the microcode update, if thread1 is
|