Searched refs:test_threads (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/testing/selftests/rseq/ |
D | basic_percpu_ops_test.c | 140 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local 147 pthread_create(&test_threads[i], NULL, in test_percpu_spinlock() 151 pthread_join(test_threads[i], NULL); in test_percpu_spinlock() 269 pthread_t test_threads[200]; in test_percpu_list() local 293 pthread_create(&test_threads[i], NULL, in test_percpu_list() 297 pthread_join(test_threads[i], NULL); in test_percpu_list()
|
D | param_test.c | 482 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local 494 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock() 505 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock() 559 pthread_t test_threads[num_threads]; in test_percpu_inc() local 571 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc() 582 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc() 710 pthread_t test_threads[num_threads]; in test_percpu_list() local 734 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list() 744 ret = pthread_join(test_threads[i], NULL); in test_percpu_list() 897 pthread_t test_threads[num_threads]; in test_percpu_buffer() local [all …]
|