|
| file | Atomic.h [code] |
| | Contains methods for simple atomic operations (such as increment, etc.) that are thread-safe without the need to lock a mutex, etc.
|
| |
| file | CyclicRunnable.h [code] |
| | Runnable concept that executes an operation repeatedly in an defined interval.
|
| |
| file | ScopedAccess.h [code] |
| | Grants thread-safe access to an object that should be protected from concurrent access.
|
| |
| file | Spinlock.h [code] |
| | Implementation of Spinlock.
|
| |
| file | Thread.h [code] |
| | Includes, defines and functions for threads.
|
| |
| file | ThreadID.h [code] |
| | OS independent thread id.
|
| |
| file | ThreadMonitor.h [code] |
| | A thread monitor, which collects information about the resources of all running threads of the current process.
|
| |