Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_task_test.c200 pthread_t thread_in_and_out; in main() local
229 pthread_create(&thread_in_and_out, &attr, task_in_and_out, NULL); in main()
232 pthread_join(thread_in_and_out, &dummy); in main()