Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/common/
Dmutex.h191 BOOL OS_TryLockMutexW(OSMutex *mutex);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_mutex.c223 if ( OS_TryLockMutexW(mutex) ) in OS_LockMutexW()
284 BOOL OS_TryLockMutexW(OSMutex *mutex) in OS_TryLockMutexW() function