Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c388 static MS_S32 u32MSos_Mutex_Index = -10; variable
389 #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()