Lines Matching refs:_s32PvrMutexId
245 …TRY() if (!TSP_OS_MutexObtain(_ptsp_res->_s32PvrMutexId, TSP_OS_MUTEX_…
251 #define TSP_PVR_RETURN(_ret) TSP_OS_MutexRelease(_ptsp_res->_s32PvrMutexId);…
421 MS_S32 _s32PvrMutexId; member
492 ._s32PvrMutexId = -1,
681 presource->_s32PvrMutexId = -1; in _TSP_InitResource()
2557 …_ptsp_res->_s32PvrMutexId = TSP_OS_MutexCreate((MS_U8*)"TSP_Pvr_Mutex"); // MsOS_CreateMutex(E_MSO… in _TSP_Init()
2574 …->_s32MutexId == -1) || (_ptsp_res->_s32LockId == -1) || (_ptsp_res->_s32PvrMutexId == -1) || (_s3… in _TSP_Init()
2576 …ptsp_res->_s32MutexId == -1) || (_ptsp_res->_s32LockId == -1) || (_ptsp_res->_s32PvrMutexId == -1)) in _TSP_Init()
2714 if(_ptsp_res->_s32PvrMutexId != -1) in _TSP_SW_Exit()
2716 TSP_OS_MutexRelease(_ptsp_res->_s32PvrMutexId); in _TSP_SW_Exit()
2717 TSP_OS_MutexDelete(_ptsp_res->_s32PvrMutexId); in _TSP_SW_Exit()
2718 _ptsp_res->_s32PvrMutexId = -1; in _TSP_SW_Exit()
2964 if (_ptsp_res->_s32PvrMutexId != -1 ) in MDrv_TSP_Exit()