Searched refs:OS_SetMutexType (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_mutex.c | 44 OS_SetMutexType( mutex, OS_MUTEX_TYPE_NONE ); in OS_InitMutex() 114 OS_SetMutexType( mutex, OS_MUTEX_TYPE_NONE ); in OSi_UnlockAllMutex() 125 OS_SetMutexType( mutex, OS_MUTEX_TYPE_NONE ); in OSi_UnlockAllMutex() 152 OS_SetMutexType( mutex, OS_MUTEX_TYPE_STD ); in OS_TryLockMutex() 255 OS_SetMutexType( mutex, OS_MUTEX_TYPE_R ); in OS_TryLockMutexR() 294 OS_SetMutexType( mutex, OS_MUTEX_TYPE_W ); in OS_TryLockMutexW() 383 OS_SetMutexType( mutex, OS_MUTEX_TYPE_NONE ); in OSi_UnlockMutexCore() 479 OS_SetMutexType( mutex, OS_MUTEX_TYPE_W ); in OS_TryLockMutexFromRToW() 534 OS_SetMutexType( mutex, OS_MUTEX_TYPE_R ); in OS_TryLockMutexFromWToR()
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | mutex.h | 82 static inline void OS_SetMutexType( OSMutex* mutex, u32 type ) in OS_SetMutexType() function
|