Searched refs:TSP_OS_MutexRelease (Results 1 – 5 of 5) sorted by relevance
225 … TSP_OS_MutexRelease(_ptsp_res->_s32MutexId); \236 TSP_OS_MutexRelease(_ptsp_res->_s32LockId)242 #define _TSP_INT_UNLOCK() TSP_OS_MutexRelease(_ptsp_res->_s32IntRegMutexI…251 #define TSP_PVR_RETURN(_ret) TSP_OS_MutexRelease(_ptsp_res->_s32PvrMutexId);…2694 TSP_OS_MutexRelease(_ptsp_res->_s32MutexId); in _TSP_SW_Exit()2700 TSP_OS_MutexRelease(_ptsp_res->_s32LockId); in _TSP_SW_Exit()2709 TSP_OS_MutexRelease(_ptsp_res->_s32IntRegMutexId); in _TSP_SW_Exit()2716 TSP_OS_MutexRelease(_ptsp_res->_s32PvrMutexId); in _TSP_SW_Exit()
130 MS_BOOL TSP_OS_MutexRelease(MS_S32 s32MutexId);
128 MS_BOOL TSP_OS_MutexRelease(MS_S32 s32MutexId);
161 MS_BOOL TSP_OS_MutexRelease(MS_S32 s32MutexId) in TSP_OS_MutexRelease() function