Data Fields

RcmServer_ThreadPoolDesc Struct Reference
[RcmServer]

Worker pool descriptor. More...

#include <RcmServer.h>

Data Fields

String name
 The name of the worker pool.
UInt count
 The number of worker threads in the pool.
Thread_Priority priority
 The priority of all threads in the worker pool.
Int osPriority
 The priority (OS-specific) of all threads in the worker pool.
SizeT stackSize
 The stack size in bytes of a worker thread.
String stackSeg
 The worker thread stack placement.

Detailed Description

Worker pool descriptor.

Use this data structure to define a worker pool to be created either at the server create time or dynamically at runtime.


Field Documentation

The name of the worker pool.

The number of worker threads in the pool.

The priority of all threads in the worker pool.

This value is Operating System independent. It determines the execution priority of all the worker threads in the pool.

The priority (OS-specific) of all threads in the worker pool.

This value is Operating System specific. It determines the execution priority of all the worker threads in the pool. If this property is set, it takes precedence over the priority property above.

The stack size in bytes of a worker thread.

The worker thread stack placement.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated