Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/rseq/
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()
Dparam_test.c398 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
[all …]