Struct epicsThreadOpts

Struct Documentation

struct epicsThreadOpts

For use with epicsThreadCreateOpt()

Public Members

unsigned int priority

Thread priority in OSI range (cf. epicsThreadPriority*)

unsigned int stackSize

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

unsigned int joinable

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