Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c150 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local
157 pthread_create(&test_threads[i], NULL, in test_percpu_spinlock()
161 pthread_join(test_threads[i], NULL); in test_percpu_spinlock()
279 pthread_t test_threads[200]; in test_percpu_list() local
303 pthread_create(&test_threads[i], NULL, in test_percpu_list()
307 pthread_join(test_threads[i], NULL); in test_percpu_list()
H A Dparam_test.c516 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local
528 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock()
539 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock()
593 pthread_t test_threads[num_threads]; in test_percpu_inc() local
616 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc()
744 pthread_t test_threads[num_threads]; in test_percpu_list() local
778 ret = pthread_join(test_threads[i], NULL); in test_percpu_list()
931 pthread_t test_threads[num_threads]; in test_percpu_buffer() local
978 ret = pthread_join(test_threads[i], NULL); in test_percpu_buffer()
1142 pthread_t test_threads[num_threads]; in test_percpu_memcpy_buffer() local
[all …]