Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_mutex.c251 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()
/TwlSDK-5.1.0/include/nitro/os/common/
Dmutex.h86 static inline u32 OS_GetMutexType( OSMutex* mutex ) in OS_GetMutexType() function