nn::os::Mutex::TryInitialize Member Function

Syntax

#include <nn/os.h>

nn::Result TryInitialize(
     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

Returns the function's execution result.

Description

Tries to initialize a mutex.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL