Searched refs:thd_dec (Results 1 – 1 of 1) sorted by relevance
917 MppThread *thd_dec = dec->thread_parser; in mpp_dec_advanced_thread() local930 mpp_thread_lock(thd_dec, THREAD_WORK); in mpp_dec_advanced_thread()931 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd_dec, THREAD_WORK)) { in mpp_dec_advanced_thread()932 mpp_thread_unlock(thd_dec, THREAD_WORK); in mpp_dec_advanced_thread()937 mpp_thread_wait(thd_dec, THREAD_WORK); in mpp_dec_advanced_thread()938 mpp_thread_unlock(thd_dec, THREAD_WORK); in mpp_dec_advanced_thread()1188 MppThread *thd_dec = dec->thread_parser; in mpp_dec_notify_normal() local1191 if (!thd_dec) in mpp_dec_notify_normal()1194 mpp_thread_lock(thd_dec, THREAD_WORK); in mpp_dec_notify_normal()1210 mpp_thread_signal(thd_dec, THREAD_WORK); in mpp_dec_notify_normal()[all …]