nn::os::Mutex::TryInitialize Member Function#include <nn/os.h> nn::Result TryInitialize( bool initialLocked = false );
| Name | Description | |
|---|---|---|
| in | initialLocked | Specify true to initialize and lock the target simultaneously. The owner will be the thread that created it. |
Tries to initialize a mutex.
CONFIDENTIAL