Searched refs:thds (Results 1 – 3 of 3) sorted by relevance
134 pthread_t thds[TEST_MAX]; in main() local155 pthread_create(&thds[i], &attr, meta_test, ×[i]); in main()158 pthread_join(thds[i], NULL); in main()
316 MppSThdImpl thds[]; member651 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()
132 pthread_t thds[TEST_MAX]; in main() local145 pthread_create(&thds[i], &attr, meta_test, ×[i]); in main()148 pthread_join(thds[i], NULL); in main()