Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/common/
Dmutex.h135 BOOL OS_TryLockMutex(OSMutex *mutex);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_mutex.c64 if ( OS_TryLockMutex(mutex) ) in OS_LockMutex()
140 BOOL OS_TryLockMutex(OSMutex *mutex) in OS_TryLockMutex() function