nnosMutexTryLock
#include <nn/os.h> NN_EXTERN_C bool nnosMutexTryLock( nnosMutex * this_, s64 timeout );
See the corresponding C++ function nn::os::Mutex::TryLock.
nn::os::Mutex::TryLock
CONFIDENTIAL