nn::os::Mutex::ScopedLock Class

Header file: nn/os.h

Syntax

class ScopedLock

Description

Locks a mutex starting when an object is created, and continues locking it until the the object goes out of scope.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL