Lines Matching refs:test_threads
398 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local
410 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock()
421 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock()
473 pthread_t test_threads[num_threads]; in test_percpu_inc() local
485 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc()
496 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc()
622 pthread_t test_threads[num_threads]; in test_percpu_list() local
646 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list()
656 ret = pthread_join(test_threads[i], NULL); in test_percpu_list()
813 pthread_t test_threads[num_threads]; in test_percpu_buffer() local
850 ret = pthread_create(&test_threads[i], NULL, in test_percpu_buffer()
860 ret = pthread_join(test_threads[i], NULL); in test_percpu_buffer()
1028 pthread_t test_threads[num_threads]; in test_percpu_memcpy_buffer() local
1061 ret = pthread_create(&test_threads[i], NULL, in test_percpu_memcpy_buffer()
1072 ret = pthread_join(test_threads[i], NULL); in test_percpu_memcpy_buffer()