nn::os::Mutex::Mutex Constructor#include <nn/os.h>
explicit Mutex(
bool initialLocked
);
| Name | Description | |
|---|---|---|
| in | initialLocked | Specify true to initialize and lock the target simultaneously. The owner will be the thread that created it. |
Constructs and initializes a mutex.
CONFIDENTIAL