arm4::util::ArmMutex Class Reference
[ARM 4.0 Support Classes]

Represents a mutal exclusive instance for sequentialize access to critical sections. More...

List of all members.

Public Member Functions

void lock ()
 Locks the object.
void unlock ()
 Unlocks the object.

Detailed Description

Represents a mutal exclusive instance for sequentialize access to critical sections.

Note:
With C++11 its fully functional and any call to an object of an ARM 4.0 class is thread safe. For pre C++11 compilers its mostly a no operation class which does not support thread safetiness.
Author:
MyARM GmbH

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables