Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_meta_test.c134 pthread_t thds[TEST_MAX]; in main() local
155 pthread_create(&thds[i], &attr, meta_test, &times[i]); in main()
158 pthread_join(thds[i], NULL); in main()
/rockchip-linux_mpp/osal/
H A Dmpp_thread.c316 MppSThdImpl thds[]; member
651 MppSThdImpl *thd = &grp->thds[i]; in mpp_sthd_grp_get()
679 MppSThdImpl *thd = &impl->thds[i]; in mpp_sthd_grp_put()
703 MppSThdImpl *thd = &impl->thds[i]; in mpp_sthd_grp_setup()
733 mpp_sthd_start(&impl->thds[i]); in mpp_sthd_grp_start()
762 MppSThdImpl *thd = &impl->thds[i]; in mpp_sthd_grp_stop()
794 MppSThdImpl *thd = &impl->thds[i]; in mpp_sthd_grp_stop_sync()
817 ret = &impl->thds[idx]; in mpp_sthd_grp_get_each()
/rockchip-linux_mpp/kmpp/base/test/
H A Dkmpp_meta_test.c132 pthread_t thds[TEST_MAX]; in main() local
145 pthread_create(&thds[i], &attr, meta_test, &times[i]); in main()
148 pthread_join(thds[i], NULL); in main()