Searched refs:_DLC_Mutex (Results 1 – 2 of 2) sorted by relevance
210 if(!MsOS_ObtainMutex(_DLC_Mutex, MSOS_WAIT_FOREVER)) \218 MsOS_ReleaseMutex(_DLC_Mutex);221 if(!MsOS_ObtainMutex(_DLC_Mutex, MSOS_WAIT_FOREVER)) \226 MsOS_ReleaseMutex(_DLC_Mutex);261 MS_S32 _DLC_Mutex = -1; variable
147 extern MS_S32 _DLC_Mutex;1137 _DLC_Mutex = MsOS_CreateMutex(E_MSOS_FIFO, word, MSOS_PROCESS_SHARED); in MDrv_DLC_Init()1139 if (_DLC_Mutex == -1) in MDrv_DLC_Init()