Searched refs:test_threads (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/tools/testing/selftests/rseq/ |
D | basic_percpu_ops_test.c | 115 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()
|
D | param_test.c | 401 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 489 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc() 500 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc() 626 pthread_t test_threads[num_threads]; in test_percpu_list() local 650 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list() 660 ret = pthread_join(test_threads[i], NULL); in test_percpu_list() 817 pthread_t test_threads[num_threads]; in test_percpu_buffer() local [all …]
|