Lines Matching refs:rk_s32
165 rk_s32 mpp_cond_wait(MppCond *condition, MppMutex *mutex) in mpp_cond_wait()
170 rk_s32 mpp_cond_timedwait(MppCond *condition, MppMutex *mutex, rk_s64 timeout) in mpp_cond_timedwait()
184 rk_s32 mpp_cond_signal(MppCond *condition) in mpp_cond_signal()
189 rk_s32 mpp_cond_broadcast(MppCond *condition) in mpp_cond_broadcast()
222 rk_s32 mpp_mutex_cond_wait(MppMutexCond *mutexCond) in mpp_mutex_cond_wait()
227 rk_s32 mpp_mutex_cond_timedwait(MppMutexCond *mutexCond, rk_s64 timeout) in mpp_mutex_cond_timedwait()
304 rk_s32 idx;
313 rk_s32 count;
333 static rk_s32 check_sthd(const char *name, MppSThdImpl *thd) in check_sthd()
350 static void mpp_sthd_init(MppSThdImpl *thd, rk_s32 idx) in mpp_sthd_init()
410 rk_s32 size = MPP_ALIGN(sizeof(MppSThdImpl), 8) + THREAD_NAME_LEN; in mpp_sthd_get()
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()
631 MppSThdGrp mpp_sthd_grp_get(const char *name, rk_s32 count) in mpp_sthd_grp_get()
636 rk_s32 elem_size = MPP_ALIGN(sizeof(MppSThdImpl), 8); in mpp_sthd_grp_get()
637 rk_s32 total_size = MPP_ALIGN(sizeof(MppSThdGrpImpl), 8) + count * elem_size; in mpp_sthd_grp_get()
642 rk_s32 i; in mpp_sthd_grp_get()
673 rk_s32 i; in mpp_sthd_grp_put()
700 rk_s32 i; in mpp_sthd_grp_setup()
730 rk_s32 i; in mpp_sthd_grp_start()
757 rk_s32 i; in mpp_sthd_grp_stop()
790 rk_s32 i; in mpp_sthd_grp_stop_sync()
808 MppSThd mpp_sthd_grp_get_each(MppSThdGrp grp, rk_s32 idx) in mpp_sthd_grp_get_each()