Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/rseq/
A Dbasic_percpu_ops_test.c140 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()
A Dparam_test.c482 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
582 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc()
710 pthread_t test_threads[num_threads]; in test_percpu_list() local
744 ret = pthread_join(test_threads[i], NULL); in test_percpu_list()
897 pthread_t test_threads[num_threads]; in test_percpu_buffer() local
944 ret = pthread_join(test_threads[i], NULL); in test_percpu_buffer()
1108 pthread_t test_threads[num_threads]; in test_percpu_memcpy_buffer() local
[all …]

Completed in 7 milliseconds