nn::os::Mutex::Mutex Constructor

Syntax

#include <nn/os.h>

explicit Mutex(
     bool initialLocked
);

Arguments

Name Description
in initialLocked Specify true to initialize and lock the target simultaneously. The owner will be the thread that created it.

Description

Constructs and initializes a mutex.


CONFIDENTIAL