Lines Matching refs:MppSThd
408 MppSThd mpp_sthd_get(const char *name) in mpp_sthd_get()
429 void mpp_sthd_put(MppSThd thd) in mpp_sthd_put()
442 MppSThdStatus mpp_sthd_get_status(MppSThd thd) in mpp_sthd_get_status()
451 const char* mpp_sthd_get_name(MppSThd thd) in mpp_sthd_get_name()
460 rk_s32 mpp_sthd_get_idx(MppSThd thd) in mpp_sthd_get_idx()
469 rk_s32 mpp_sthd_check(MppSThd thd) in mpp_sthd_check()
474 void mpp_sthd_setup(MppSThd thd, MppSThdFunc func, void *ctx) in mpp_sthd_setup()
499 void mpp_sthd_start(MppSThd thd) in mpp_sthd_start()
522 void mpp_sthd_stop(MppSThd thd) in mpp_sthd_stop()
546 void mpp_sthd_stop_sync(MppSThd thd) in mpp_sthd_stop_sync()
571 void mpp_sthd_lock(MppSThd thd) in mpp_sthd_lock()
580 void mpp_sthd_unlock(MppSThd thd) in mpp_sthd_unlock()
589 int mpp_sthd_trylock(MppSThd thd) in mpp_sthd_trylock()
598 void mpp_sthd_wait(MppSThd thd) in mpp_sthd_wait()
613 void mpp_sthd_signal(MppSThd thd) in mpp_sthd_signal()
622 void mpp_sthd_broadcast(MppSThd thd) in mpp_sthd_broadcast()
808 MppSThd mpp_sthd_grp_get_each(MppSThdGrp grp, rk_s32 idx) in mpp_sthd_grp_get_each()
811 MppSThd ret = NULL; in mpp_sthd_grp_get_each()