Searched refs:OS_GetMutexCount (Results 1 – 2 of 2) sorted by relevance
355 if ( OS_GetMutexCount(mutex) == 0 ) in OSi_UnlockMutexCore()364 if ( OS_GetMutexCount(mutex) == 0 ) 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()
66 static inline s32 OS_GetMutexCount( OSMutex* mutex ) in OS_GetMutexCount() function