This namespace provides multitask, synchronization utilities. More...
Classes | |
class | CAtomicCounter |
This class acts exactly as an int (or long) variable, but with atomic increment and decrement operators. More... | |
class | CCriticalSection |
This class provides simple critical sections functionality. More... | |
class | CCriticalSectionLocker |
A class acquiring a CCriticalSection at its constructor, and releasing it at destructor. More... | |
class | CEvent |
This class provides a simple way of waiting for and signaling events (NOT IMPLEMENTED YET!). More... | |
class | CSemaphore |
A semaphore for inter-thread synchronization. More... |
This namespace provides multitask, synchronization utilities.
Page generated by Doxygen 1.6.1 for MRPT 0.7.1 SVN: at Tue Dec 22 08:29:35 CET 2009 |