nn::os::CriticalSection::TryEnter Member Function

Syntax

#include <nn/os.h>

bool TryEnter();

Arguments

None.

Return Values

Returns whether the lock succeeded.

Description

Locks out other threads and prevents them from entering a critical section. This function does not block.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL