Lines Matching refs:test_threads
492 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local
504 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock()
515 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock()
569 pthread_t test_threads[num_threads]; in test_percpu_inc() local
581 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc()
592 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc()
720 pthread_t test_threads[num_threads]; in test_percpu_list() local
744 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list()
754 ret = pthread_join(test_threads[i], NULL); in test_percpu_list()
907 pthread_t test_threads[num_threads]; in test_percpu_buffer() local
944 ret = pthread_create(&test_threads[i], NULL, in test_percpu_buffer()
954 ret = pthread_join(test_threads[i], NULL); in test_percpu_buffer()
1118 pthread_t test_threads[num_threads]; in test_percpu_memcpy_buffer() local
1151 ret = pthread_create(&test_threads[i], NULL, in test_percpu_memcpy_buffer()
1162 ret = pthread_join(test_threads[i], NULL); in test_percpu_memcpy_buffer()