Lines Matching refs:MppSThdImpl

309 } MppSThdImpl;  typedef
316 MppSThdImpl thds[];
333 static rk_s32 check_sthd(const char *name, MppSThdImpl *thd) in check_sthd()
348 #define CHECK_STHD(thd) check_sthd(__FUNCTION__, (MppSThdImpl *)(thd))
350 static void mpp_sthd_init(MppSThdImpl *thd, rk_s32 idx) in mpp_sthd_init()
364 static void mpp_sthd_deinit(MppSThdImpl *thd) in mpp_sthd_deinit()
378 static MPP_RET mpp_sthd_create(MppSThdImpl *thd) in mpp_sthd_create()
410 rk_s32 size = MPP_ALIGN(sizeof(MppSThdImpl), 8) + THREAD_NAME_LEN; in mpp_sthd_get()
411 MppSThdImpl *thd = mpp_calloc_size(MppSThdImpl, size); in mpp_sthd_get()
431 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_put()
444 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_get_status()
453 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_get_name()
462 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_get_idx()
476 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_setup()
501 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_start()
524 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_stop()
548 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_stop_sync()
573 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_lock()
582 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_unlock()
591 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_trylock()
600 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_wait()
615 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_signal()
624 MppSThdImpl *impl = (MppSThdImpl *)thd; in mpp_sthd_broadcast()
636 rk_s32 elem_size = MPP_ALIGN(sizeof(MppSThdImpl), 8); in mpp_sthd_grp_get()
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()
762 MppSThdImpl *thd = &impl->thds[i]; in mpp_sthd_grp_stop()
794 MppSThdImpl *thd = &impl->thds[i]; in mpp_sthd_grp_stop_sync()