nn::os::Mutex::Unlock Member Function#include <nn/os.h> void Unlock();
None.
Unlocks a mutex.
Decrements the nest count of a mutex that is locked by the local thread. This function cannot be called from threads that are not locking any mutexes.
CONFIDENTIAL