This is Unofficial EPICS BASE Doxygen Site
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 148 of file epicsThread.h.

Member Data Documentation

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

unsigned int epicsThreadOpts::priority

Thread priority in OSI range (cf. epicsThreadPriority*)

Definition at line 150 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 154 of file epicsThread.h.


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