OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
OnixS::CME::ConflatedTCP::Threading Namespace Reference

Classes

class  Condition
class  Guard
class  Mutex
class  Semaphore
class  ThisThread
class  ThreadAffinity

Typedefs

typedef pthread_t ThreadId
typedef Guard< MutexMutexGuard
typedef Guard< SemaphoreSemaphoreGuard
typedef size_t CpuIndex
typedef std::set< CpuIndexCpuIndexes

Typedef Documentation

◆ CpuIndex

typedef size_t CpuIndex

Logical processors that a thread is allowed to run on (first logical CPU has index 0).

Definition at line 33 of file Thread.h.

◆ CpuIndexes

typedef std::set< CpuIndex > CpuIndexes

Definition at line 34 of file Thread.h.

◆ MutexGuard

Definition at line 55 of file Guard.h.

◆ SemaphoreGuard

Definition at line 56 of file Guard.h.

◆ ThreadId

typedef pthread_t ThreadId

Type alias for thread identifier.

Definition at line 34 of file Definitions.h.