OnixS C++ FIX Engine  4.10.1
API Documentation
ThisThread Class Reference

#include <OnixS/FIXEngine/Threading/Thread.h>

Static Public Member Functions

static void sleep (unsigned int milliseconds)
 
static void spinWait (int microseconds)
 
static void affinity (const CpuIndexes &cpuIndexes)
 
static void affinity (CpuIndex cpuIndex)
 
static void priority (int priority)
 
static void policy (int policy)
 
static ThreadId id ()
 

Detailed Description

Definition at line 65 of file Thread.h.

Member Function Documentation

static void affinity ( const CpuIndexes cpuIndexes)
static

Sets the processor affinity mask for the current thread.

static void affinity ( CpuIndex  cpuIndex)
static

Sets the processor affinity mask for the current thread.

static ThreadId id ( )
static

Gets the platform identifier for the current thread.

static void policy ( int  policy)
static

Sets the scheduling policy for the current thread.

Note
This method also sets the priority to the minimal value for the new policy, therefore, the priority should be set to a necessary value afterwards.
static void priority ( int  priority)
static

Sets the priority for the current thread.

static void sleep ( unsigned int  milliseconds)
static

Suspends the execution of the current thread for a given amount of time in milliseconds.

static void spinWait ( int  microseconds)
static

Executes a singular instruction during the given number of microseconds.


The documentation for this class was generated from the following file: