Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_task_test.c201 pthread_t thread_worker; in main() local
220 pthread_create(&thread_worker, &attr, task_worker, NULL); in main()
223 pthread_join(thread_worker, &dummy); in main()
230 pthread_create(&thread_worker, &attr, task_worker, NULL); in main()
233 pthread_join(thread_worker, &dummy); in main()