Namespaces | |
Implementation | |
Classes | |
class | Condition |
struct | FutureStatus |
class | Guard |
class | Mutex |
class | Semaphore |
class | SharedFuture |
class | ThisThread |
class | ThreadAffinity |
Typedefs | |
typedef pthread_t | ThreadId |
typedef Guard< Mutex > | MutexGuard |
typedef Guard< Semaphore > | SemaphoreGuard |
typedef size_t | CpuIndex |
typedef std::set< CpuIndex > | CpuIndexes |
typedef size_t CpuIndex |
typedef std::set< CpuIndex > CpuIndexes |
typedef Guard<Mutex> MutexGuard |
typedef Guard<Semaphore> SemaphoreGuard |
typedef pthread_t ThreadId |
Type alias for thread identifier.
Definition at line 34 of file Definitions.h.