Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c253 MS_S32 _Dmx_Pvr_Mutex; member
439 #define _DMX_PVR_ENTRY() while (MsOS_ObtainMutex(_pdmx_res->_Dmx_Pvr_Mutex, _DMX_MUTEX_T…
446 … if(MsOS_ReleaseMutex(_pdmx_res->_Dmx_Pvr_Mutex) == FALSE) \
586 ._Dmx_Pvr_Mutex = -1,
734 presource->_Dmx_Pvr_Mutex = -1; in _DMX_InitResource()
3586 if (-1 != _pdmx_res->_Dmx_Pvr_Mutex) in _MApi_DMX_Init()
3591 …_pdmx_res->_Dmx_Pvr_Mutex = MsOS_CreateMutex(E_MSOS_FIFO, (char*)"MAPI PVR mutex", MSOS_PROCESS_SH… in _MApi_DMX_Init()
3592 if (-1 == _pdmx_res->_Dmx_Pvr_Mutex ) in _MApi_DMX_Init()
3629 MsOS_ReleaseMutex(_pdmx_res->_Dmx_Pvr_Mutex); in _MApi_DMX_Init()
3667 MsOS_ReleaseMutex(_pdmx_res->_Dmx_Pvr_Mutex); in _MApi_DMX_Init()
[all …]