Lines Matching refs:thd
66 pthread_t thd; member
148 MppSThd thd; member
155 void mpp_sthd_put(MppSThd thd);
157 MppSThdStatus mpp_sthd_get_status(MppSThd thd);
158 const char* mpp_sthd_get_name(MppSThd thd);
159 rk_s32 mpp_sthd_get_idx(MppSThd thd);
160 rk_s32 mpp_sthd_check(MppSThd thd);
162 void mpp_sthd_setup(MppSThd thd, MppSThdFunc func, void *ctx);
164 void mpp_sthd_start(MppSThd thd);
165 void mpp_sthd_stop(MppSThd thd);
166 void mpp_sthd_stop_sync(MppSThd thd);
168 void mpp_sthd_lock(MppSThd thd);
169 void mpp_sthd_unlock(MppSThd thd);
170 int mpp_sthd_trylock(MppSThd thd);
172 void mpp_sthd_wait(MppSThd thd);
173 void mpp_sthd_signal(MppSThd thd);
174 void mpp_sthd_broadcast(MppSThd thd);