nn::os::Mutex::Lock Member Function#include <nn/os.h> void Lock();
None.
Locks a mutex.
If the mutex has been locked by another thread, this function blocks. If the mutex is already locked by the local thread, the nest count increases.
CONFIDENTIAL