Searched refs:OS_GetMutexType (Results 1 – 2 of 2) sorted by relevance
251 switch( OS_GetMutexType(mutex) ) in OS_TryLockMutexR()290 switch( OS_GetMutexType(mutex) ) in OS_TryLockMutexW()340 if ( type != OS_MUTEX_TYPE_NONE && type != OS_GetMutexType(mutex) ) in OSi_UnlockMutexCore()348 switch( OS_GetMutexType(mutex) ) in OSi_UnlockMutexCore()477 …if ( OS_GetMutexCount(mutex) == 1 && mutex->queue.head == NULL && OS_GetMutexType(mutex) == OS_MUT… in OS_TryLockMutexFromRToW()532 …if ( OS_GetMutexCount(mutex) == 1 && mutex->queue.head == NULL && OS_GetMutexType(mutex) == OS_MUT… in OS_TryLockMutexFromWToR()
86 static inline u32 OS_GetMutexType( OSMutex* mutex ) in OS_GetMutexType() function