Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_DTMB.c173 if (_s32DMD_DTMB_Mutex == -1) return FALSE; \
175 MsOS_ObtainMutex(_s32DMD_DTMB_Mutex, MSOS_WAIT_FOREVER);\
180 MsOS_ReleaseMutex(_s32DMD_DTMB_Mutex);\
231 static MS_S32 _s32DMD_DTMB_Mutex = -1; variable
605 if (_s32DMD_DTMB_Mutex == -1) in _MDrv_DMD_DTMB_MD_Init()
607 …if ((_s32DMD_DTMB_Mutex = MsOS_CreateMutex(E_MSOS_FIFO, "Mutex DMD DTMB", MSOS_PROCESS_SHARED)) ==… in _MDrv_DMD_DTMB_MD_Init()
772 MsOS_DeleteMutex(_s32DMD_DTMB_Mutex); in _MDrv_DMD_DTMB_MD_Exit()
774 _s32DMD_DTMB_Mutex = -1; in _MDrv_DMD_DTMB_MD_Exit()