Home
last modified time | relevance | path

Searched refs:test_threads (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c114 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local
121 pthread_create(&test_threads[i], NULL, in test_percpu_spinlock()
125 pthread_join(test_threads[i], NULL); in test_percpu_spinlock()
241 pthread_t test_threads[200]; in test_percpu_list() local
265 pthread_create(&test_threads[i], NULL, in test_percpu_list()
269 pthread_join(test_threads[i], NULL); in test_percpu_list()
Dparam_test.c422 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local
434 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock()
445 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock()
498 pthread_t test_threads[num_threads]; in test_percpu_inc() local
510 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc()
521 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc()
647 pthread_t test_threads[num_threads]; in test_percpu_list() local
671 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list()
681 ret = pthread_join(test_threads[i], NULL); in test_percpu_list()
838 pthread_t test_threads[num_threads]; in test_percpu_buffer() local
[all …]