arm4::util::ArmMutex Class Reference
[ARM 4.0 Support Classes]
  Represents a mutal exclusive instance for sequentialize access to critical sections. More...
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.
 
The documentation for this class was generated from the following file:
- Arm4/Util/ArmMutex
 
      
          
          