nn::os::Mutex::Initialize Member Function

Syntax

#include <nn/os.h>

void Initialize(
     bool initialLocked = false
);

Arguments

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

Return Values

None.

Description

Initializes a mutex.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL