nn::os::Mutex::Initialize Member Function#include <nn/os.h>
void Initialize(
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. |
Initializes a mutex.
CONFIDENTIAL