Home
last modified time | relevance | path

Searched refs:_s32KLMutexId (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DdrvDSCMB.c189 static MS_S32 _s32KLMutexId = -1 ; variable
441 _s32KLMutexId = MsOS_CreateMutex(E_MSOS_FIFO,"KeyLadder_Mutex", MSOS_PROCESS_SHARED); in _MDrv_DSCMB2_KLadder_Init()
584 if (_s32KLMutexId != -1) in _MDrv_DSCMB2_Exit()
586 MsOS_DeleteMutex(_s32KLMutexId); in _MDrv_DSCMB2_Exit()
587 _s32KLMutexId = -1; in _MDrv_DSCMB2_Exit()
5459 return MsOS_ObtainMutex(_s32KLMutexId, MSOS_WAIT_FOREVER); in MDrv_DSCMB_KLadder_Lock()
5470 return MsOS_ReleaseMutex(_s32KLMutexId); in MDrv_DSCMB_KLadder_Unlock()