Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_meta_test.c126 pthread_t thds[TEST_MAX]; in main() local
139 pthread_create(&thds[i], &attr, meta_test, &times[i]); in main()
142 pthread_join(thds[i], NULL); in main()