Home
last modified time | relevance | path

Searched refs:test_threads (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/rseq/
A Dbasic_percpu_ops_test.c115 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local
122 pthread_create(&test_threads[i], NULL, in test_percpu_spinlock()
126 pthread_join(test_threads[i], NULL); in test_percpu_spinlock()
242 pthread_t test_threads[200]; in test_percpu_list() local
266 pthread_create(&test_threads[i], NULL, in test_percpu_list()
270 pthread_join(test_threads[i], NULL); in test_percpu_list()
A Dparam_test.c401 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local
413 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock()
424 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock()
477 pthread_t test_threads[num_threads]; in test_percpu_inc() local
500 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc()
626 pthread_t test_threads[num_threads]; in test_percpu_list() local
660 ret = pthread_join(test_threads[i], NULL); in test_percpu_list()
817 pthread_t test_threads[num_threads]; in test_percpu_buffer() local
864 ret = pthread_join(test_threads[i], NULL); in test_percpu_buffer()
1032 pthread_t test_threads[num_threads]; in test_percpu_memcpy_buffer() local
[all …]

Completed in 6 milliseconds