nn::os::Mutex::Lock Member Function

Syntax

#include <nn/os.h>

void Lock();

Arguments

None.

Return Values

None.

Description

Locks a mutex.

If the mutex has been locked by another thread, this function blocks. If the mutex is already locked by the local thread, the nest count increases.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL