Searched refs:u32MSos_Mutex_Index (Results 1 – 1 of 1) sorted by relevance
388 static MS_S32 u32MSos_Mutex_Index = -10; variable389 #define MUTEX_MUTEX_LOCK() MsOS_LockMutex(u32MSos_Mutex_Index,0)390 #define MUTEX_MUTEX_UNLOCK() MsOS_UnlockMutex(u32MSos_Mutex_Index,2)606 if(u32MSos_Mutex_Index < 0) in MsOS_Init()608 u32MSos_Mutex_Index = MsOS_CreateNamedMutex((MS_S8*)MUTEX_MUTEX_NAME); in MsOS_Init()609 if(u32MSos_Mutex_Index < 0) in MsOS_Init()1638 if (u32MSos_Mutex_Index < 0) in MsOS_CreateMutex()1640 u32MSos_Mutex_Index = MsOS_CreateNamedMutex((MS_S8*)MUTEX_MUTEX_NAME); in MsOS_CreateMutex()1641 if(u32MSos_Mutex_Index < 0) in MsOS_CreateMutex()