This namespace provides multitask, synchronization utilities.
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 | CPipe |
A pipe, portable across different OS. More... | |
class | CPipeBaseEndPoint |
Common interface of read & write pipe end-points. More... | |
class | CPipeReadEndPoint |
The read end-point in a pipe created with mrpt::synch::CPipe. More... | |
class | CPipeWriteEndPoint |
The write end-point in a pipe created with mrpt::synch::CPipe. More... | |
class | CSemaphore |
A semaphore for inter-thread synchronization. More... | |
class | CThreadSafeVariable |
A template for created thread-safe variables with an internal critical section controlled each read or write. More... | |
class | MT_buffer |
This class is a bulk sequence of bytes with MultiThread (MT)-safe read and write operations. More... | |
Page generated by Doxygen 1.9.2 for MRPT 1.4.0 SVN: at Mon Sep 20 00:21:41 UTC 2021 |