API Guides > ConceptRT 3.x
Threading

Detailed Description

Classes

class  Thread
 Abstraction of a thread. More...
 
class  ThreadLocalStorage
 Abstraction of a thread local storage. More...
 

Enumerations

enum  DefaultStackSizeConst { DefaultStackSize }
 Default statck size. More...
 
enum  ThreadPriority {
  PriorityHighest,
  PriorityAboveNormal,
  PriorityNormal,
  PriorityBelowNormal,
  PriorityLowest
}
 Thread priorities. More...
 

Modules

 Section Wait Listener
 
 ThreadUtils
 Namespace ThreadUtils details. All accessory functionalities for the threads.
 
 Internal
 

Enumeration Type Documentation

enum DefaultStackSizeConst

Default statck size.

Enumerator
DefaultStackSize 

Default Stack Size (128 * 1024) bytes

enum ThreadPriority

Thread priorities.

Enumerator
PriorityHighest 

Highest.

PriorityAboveNormal 

Above Normal.

PriorityNormal 

Normal.

PriorityBelowNormal 

Below Normal.

PriorityLowest 

Lowest.