Searched refs:test_threads (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/ |
| H A D | basic_percpu_ops_test.c | 114 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local 121 pthread_create(&test_threads[i], NULL, in test_percpu_spinlock() 125 pthread_join(test_threads[i], NULL); in test_percpu_spinlock() 241 pthread_t test_threads[200]; in test_percpu_list() local 265 pthread_create(&test_threads[i], NULL, in test_percpu_list() 269 pthread_join(test_threads[i], NULL); in test_percpu_list()
|
| H A D | param_test.c | 399 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local 411 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock() 422 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock() 475 pthread_t test_threads[num_threads]; in test_percpu_inc() local 487 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc() 498 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc() 624 pthread_t test_threads[num_threads]; in test_percpu_list() local 648 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list() 658 ret = pthread_join(test_threads[i], NULL); in test_percpu_list() 815 pthread_t test_threads[num_threads]; in test_percpu_buffer() local [all …]
|