Lines Matching refs:test_threads
519 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local
531 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock()
542 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock()
596 pthread_t test_threads[num_threads]; in test_percpu_inc() local
608 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc()
619 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc()
747 pthread_t test_threads[num_threads]; in test_percpu_list() local
771 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list()
781 ret = pthread_join(test_threads[i], NULL); in test_percpu_list()
934 pthread_t test_threads[num_threads]; in test_percpu_buffer() local
971 ret = pthread_create(&test_threads[i], NULL, in test_percpu_buffer()
981 ret = pthread_join(test_threads[i], NULL); in test_percpu_buffer()
1145 pthread_t test_threads[num_threads]; in test_percpu_memcpy_buffer() local
1178 ret = pthread_create(&test_threads[i], NULL, in test_percpu_memcpy_buffer()
1189 ret = pthread_join(test_threads[i], NULL); in test_percpu_memcpy_buffer()