EPICS Base  7.0.5.1
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 149 of file epicsThread.h.

Member Data Documentation

◆ priority

unsigned int epicsThreadOpts::priority

Thread priority in OSI range (cf. epicsThreadPriority*)

Definition at line 151 of file epicsThread.h.

◆ stackSize

unsigned int epicsThreadOpts::stackSize

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

Definition at line 155 of file epicsThread.h.

◆ joinable

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 159 of file epicsThread.h.


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