Lines Matching refs:test_threads
516 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
605 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc()
616 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc()
744 pthread_t test_threads[num_threads]; in test_percpu_list() local
768 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list()
778 ret = pthread_join(test_threads[i], NULL); in test_percpu_list()
931 pthread_t test_threads[num_threads]; in test_percpu_buffer() local
968 ret = pthread_create(&test_threads[i], NULL, in test_percpu_buffer()
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
1175 ret = pthread_create(&test_threads[i], NULL, in test_percpu_memcpy_buffer()
1186 ret = pthread_join(test_threads[i], NULL); in test_percpu_memcpy_buffer()