Lines Matching refs:THREAD_WORK
854 mpp_thread_lock(thd, THREAD_WORK); in dec_vproc_thread()
855 if (MPP_THREAD_RUNNING != mpp_thread_get_status(thd, THREAD_WORK)) { in dec_vproc_thread()
856 mpp_thread_unlock(thd, THREAD_WORK); in dec_vproc_thread()
862 mpp_thread_wait(thd, THREAD_WORK); in dec_vproc_thread()
864 mpp_thread_unlock(thd, THREAD_WORK); in dec_vproc_thread()
1189 mpp_thread_lock(p->thd, THREAD_WORK); in dec_vproc_signal()
1190 mpp_thread_signal(p->thd, THREAD_WORK); in dec_vproc_signal()
1191 mpp_thread_unlock(p->thd, THREAD_WORK); in dec_vproc_signal()
1212 mpp_thread_lock(thd, THREAD_WORK); in dec_vproc_reset()
1215 mpp_thread_signal(thd, THREAD_WORK); in dec_vproc_reset()
1217 mpp_thread_unlock(thd, THREAD_WORK); in dec_vproc_reset()