This is Unofficial EPICS BASE Doxygen Site
commonAttr Struct Reference

Public Attributes

pthread_attr_t attr
 
struct sched_param schedParam
 
int maxPriority
 
int minPriority
 
int schedPolicy
 
int usePolicy
 

Detailed Description

Definition at line 61 of file osdThread.c.

Member Data Documentation

pthread_attr_t commonAttr::attr

Definition at line 62 of file osdThread.c.

int commonAttr::maxPriority

Definition at line 64 of file osdThread.c.

int commonAttr::minPriority

Definition at line 65 of file osdThread.c.

struct sched_param commonAttr::schedParam

Definition at line 63 of file osdThread.c.

int commonAttr::schedPolicy

Definition at line 66 of file osdThread.c.

int commonAttr::usePolicy

Definition at line 67 of file osdThread.c.


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