Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/test/
H A Dmpp_thread_test.c126 pthread_t threads[MAX_THREAD_NUM]; in main() local
138 pthread_create(&threads[i], &attr, thread_test, &pdata[i]); in main()
144 pthread_join(threads[i], &dummy); in main()
166 pthread_create(&threads[0], &attr, mutex_performance_test_loop_0, NULL); in main()
168 pthread_create(&threads[1], &attr, mutex_performance_test_loop_1, NULL); in main()
170 pthread_join(threads[0], &dummy); in main()
171 pthread_join(threads[1], &dummy); in main()
/rockchip-linux_mpp/doc/design/
H A D4.mpp_task.txt87 Then there will be three threads to parallelize internal process and external
/rockchip-linux_mpp/
H A DCHANGELOG.md464 - [mpp_buffer]: fix dec/inc ref_count in multi threads