EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
epicsThreadOpts Struct Reference

#include <epicsThread.h>

Public Attributes

unsigned int priority
 
unsigned int stackSize
 
unsigned int joinable
 

Detailed Description

For use with epicsThreadCreateOpt()

Definition at line 154 of file epicsThread.h.

Member Data Documentation

unsigned int epicsThreadOpts::priority

Thread priority in OSI range (cf. epicsThreadPriority*)

Definition at line 156 of file epicsThread.h.

unsigned int epicsThreadOpts::stackSize

Thread stack size, either in bytes for this architecture or an enum epicsThreadStackSizeClass value.

Definition at line 160 of file epicsThread.h.

unsigned int epicsThreadOpts::joinable

Should thread be joinable? (default (0) is not joinable). If joinable=1, then epicsThreadMustJoin() must be called for cleanup thread resources.

Definition at line 164 of file epicsThread.h.


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