Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_mutex.c21 void OSi_UnlockMutexCore(OSMutex *mutex, u32 type);
88 OSi_UnlockMutexCore(mutex, OS_MUTEX_TYPE_STD); in OS_UnlockMutex()
331 void OSi_UnlockMutexCore(OSMutex *mutex, u32 type ) in OSi_UnlockMutexCore() function
401 OSi_UnlockMutexCore( mutex, OS_MUTEX_TYPE_R ); in OS_UnlockMutexR()
415 OSi_UnlockMutexCore( mutex, OS_MUTEX_TYPE_W ); in OS_UnlockMutexW()
429 OSi_UnlockMutexCore( mutex, OS_MUTEX_TYPE_NONE ); in OS_UnlockMutexRW()