Lines Matching refs:test_threads
482 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
571 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc()
582 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc()
710 pthread_t test_threads[num_threads]; in test_percpu_list() local
734 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list()
744 ret = pthread_join(test_threads[i], NULL); in test_percpu_list()
897 pthread_t test_threads[num_threads]; in test_percpu_buffer() local
934 ret = pthread_create(&test_threads[i], NULL, in test_percpu_buffer()
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
1141 ret = pthread_create(&test_threads[i], NULL, in test_percpu_memcpy_buffer()
1152 ret = pthread_join(test_threads[i], NULL); in test_percpu_memcpy_buffer()