Home
last modified time | relevance | path

Searched refs:MsOS_DeleteMutex (Results 1 – 25 of 138) sorted by relevance

123456

/utopia/UTPA2-700.0.x/modules/sc/drv/sc/
H A Dsc_msos.c259 MsOS_DeleteMutex(os_SC_MutexID); in OS_SC_Init()
266 MsOS_DeleteMutex(os_SC_MutexID_TX); in OS_SC_Init()
273 MsOS_DeleteMutex(os_SC_MutexID_SHM); in OS_SC_Init()
290 MsOS_DeleteMutex(os_SC_MutexID); in OS_SC_Init()
292 MsOS_DeleteMutex(os_SC_MutexID_SHM); in OS_SC_Init()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBEntry.c582 MsOS_DeleteMutex(_s32MutexUSB); in USB_Start()
2075 MsOS_DeleteMutex(_s32MutexUSB); in Delete_USB_Mutex()
2077 MsOS_DeleteMutex(_s32MutexUSB_Port2); in Delete_USB_Mutex()
2079 MsOS_DeleteMutex(_s32MutexUSB_Port1); in Delete_USB_Mutex()
2081 MsOS_DeleteMutex(_s32MutexUSB_Port3); in Delete_USB_Mutex()
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c195 MsOS_DeleteMutex(_mgrMBX.s32SendMutexMBX);\
200 MsOS_DeleteMutex(_mgrMBX.s32SendMutexMBX);\
201 MsOS_DeleteMutex(_mgrMBX.s32RecvMutexMBX);\
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/ecos_nos/
H A DdrvMBX.c174 MsOS_DeleteMutex(_mgrMBX.s32SendMutexMBX);\
179 MsOS_DeleteMutex(_mgrMBX.s32SendMutexMBX);\
180 MsOS_DeleteMutex(_mgrMBX.s32RecvMutexMBX);\
/utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/
H A Dnds_sc.c1007 MsOS_DeleteMutex(_nds_sc_dev.s32Mutex); in NDS_SC_Init()
1033 MsOS_DeleteMutex(_nds_sc_dev.s32MutexIdRx); in NDS_SC_Exit()
1034 MsOS_DeleteMutex(_nds_sc_dev.s32Mutex); in NDS_SC_Exit()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/nsk2/
H A DdrvEMMFlt.c544 MsOS_DeleteMutex(_s32EMMFLTMutexId); in MDrv_EMMFLT_Init()
586 MsOS_DeleteMutex(_s32EMMFLTMutexId); in MDrv_EMMFLT_Deinit()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h755 MS_BOOL MsOS_DeleteMutex (MS_S32 s32MutexId);
1816 #define OS_DELETE_MUTEX(_mx) MsOS_DeleteMutex(_mx)
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h887 MS_BOOL MsOS_DeleteMutex (MS_S32 s32MutexId);
2091 #define OS_DELETE_MUTEX(_mx) MsOS_DeleteMutex(_mx)
/utopia/UTPA2-700.0.x/modules/mvop/drv/mvop/
H A DosalMVOP.c45 return MsOS_DeleteMutex(s32MutexId); in OSAL_MVOP_MutexDelete()
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/rvd/
H A DosalRVD.c122 return MsOS_DeleteMutex(s32MutexId); in OSAL_RVD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/hvd/
H A DosalHVD.c122 return MsOS_DeleteMutex(s32MutexId); in OSAL_HVD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A DosalGPD.c173 return MsOS_DeleteMutex(s32MutexId); in OSAL_GPD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/njpd/drv/njpd_ex/
H A DosalJPD.c180 return MsOS_DeleteMutex(s32MutexId); in OSAL_JPD_MutexDelete()
H A DosalNJPD.c178 return MsOS_DeleteMutex(s32MutexId); in OSAL_NJPD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/drv/jpd/
H A DosalJPD.c178 return MsOS_DeleteMutex(s32MutexId); in OSAL_JPD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/drv/jpd_ex/
H A DosalJPD.c178 return MsOS_DeleteMutex(s32MutexId); in OSAL_JPD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/hvd_lite/
H A DosalHVD_EX.c127 return MsOS_DeleteMutex(s32MutexId); in OSAL_HVD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DosalMVD.c125 return MsOS_DeleteMutex(s32MutexId); in OSAL_MVD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/mvd_ex/
H A DosalMVD_EX.c125 return MsOS_DeleteMutex(s32MutexId); in OSAL_MVD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/mvd_v3/
H A DosalMVD_EX.c125 return MsOS_DeleteMutex(s32MutexId); in OSAL_MVD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/hvd_ex/
H A DosalHVD_EX.c127 return MsOS_DeleteMutex(s32MutexId); in OSAL_HVD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvOSAPI.h130 MsOS_DeleteMutex(x)
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/mvd_lite/
H A DosalMVD_EX.c125 return MsOS_DeleteMutex(s32MutexId); in OSAL_MVD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/hvd_v3/
H A DosalHVD_EX.c127 return MsOS_DeleteMutex(s32MutexId); in OSAL_HVD_MutexDelete()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A Dtsp2_msos.c169 MsOS_DeleteMutex(s32MutexId); in TSP_OS_MutexDelete()

123456