Lines Matching refs:test_threads
422 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local
434 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock()
445 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock()
498 pthread_t test_threads[num_threads]; in test_percpu_inc() local
510 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc()
521 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc()
647 pthread_t test_threads[num_threads]; in test_percpu_list() local
671 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list()
681 ret = pthread_join(test_threads[i], NULL); in test_percpu_list()
838 pthread_t test_threads[num_threads]; in test_percpu_buffer() local
875 ret = pthread_create(&test_threads[i], NULL, in test_percpu_buffer()
885 ret = pthread_join(test_threads[i], NULL); in test_percpu_buffer()
1053 pthread_t test_threads[num_threads]; in test_percpu_memcpy_buffer() local
1086 ret = pthread_create(&test_threads[i], NULL, in test_percpu_memcpy_buffer()
1097 ret = pthread_join(test_threads[i], NULL); in test_percpu_memcpy_buffer()