Searched refs:test_threads (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/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 | 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 [all …]
|