Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_mutex.c355 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()
/TwlSDK-5.1.0/include/nitro/os/common/
Dmutex.h66 static inline s32 OS_GetMutexCount( OSMutex* mutex ) in OS_GetMutexCount() function