This is Unofficial EPICS BASE Doxygen Site
epicsThreadOSD Struct Reference

#include "osdThread.h"

+ Collaboration diagram for epicsThreadOSD:

Public Attributes

ELLNODE node
 
int refcnt
 
pthread_t tid
 
pid_t lwpId
 
pthread_attr_t attr
 
struct sched_param schedParam
 
int schedPolicy
 
EPICSTHREADFUNC createFunc
 
void * createArg
 
epicsEventId suspendEvent
 
int isSuspended
 
int isEpicsThread
 
int isRealTimeScheduled
 
int isOnThreadList
 
unsigned int osiPriority
 
int joinable
 
char name [1]
 
HANDLE handle
 
EPICSTHREADFUNC funptr
 
void * parm
 
char * pName
 
DWORD id
 
unsigned epicsPriority
 
char isSuspended
 

Detailed Description

Definition at line 23 of file osdThread.h.

Member Data Documentation

pthread_attr_t epicsThreadOSD::attr

Definition at line 28 of file osdThread.h.

void * epicsThreadOSD::createArg

Definition at line 32 of file osdThread.h.

EPICSTHREADFUNC epicsThreadOSD::createFunc

Definition at line 31 of file osdThread.h.

unsigned epicsThreadOSD::epicsPriority

Definition at line 54 of file osdThread.c.

EPICSTHREADFUNC epicsThreadOSD::funptr

Definition at line 50 of file osdThread.c.

HANDLE epicsThreadOSD::handle

Definition at line 49 of file osdThread.c.

DWORD epicsThreadOSD::id

Definition at line 53 of file osdThread.c.

int epicsThreadOSD::isEpicsThread

Definition at line 35 of file osdThread.h.

int epicsThreadOSD::isOnThreadList

Definition at line 37 of file osdThread.h.

int epicsThreadOSD::isRealTimeScheduled

Definition at line 36 of file osdThread.h.

int epicsThreadOSD::isSuspended

Definition at line 34 of file osdThread.h.

char epicsThreadOSD::isSuspended

Definition at line 55 of file osdThread.c.

int epicsThreadOSD::joinable

Definition at line 39 of file osdThread.h.

pid_t epicsThreadOSD::lwpId

Definition at line 27 of file osdThread.h.

char epicsThreadOSD::name

Definition at line 40 of file osdThread.h.

ELLNODE epicsThreadOSD::node

Definition at line 24 of file osdThread.h.

unsigned int epicsThreadOSD::osiPriority

Definition at line 38 of file osdThread.h.

void* epicsThreadOSD::parm

Definition at line 51 of file osdThread.c.

char* epicsThreadOSD::pName

Definition at line 52 of file osdThread.c.

int epicsThreadOSD::refcnt

Definition at line 25 of file osdThread.h.

struct sched_param epicsThreadOSD::schedParam

Definition at line 29 of file osdThread.h.

int epicsThreadOSD::schedPolicy

Definition at line 30 of file osdThread.h.

epicsEventId epicsThreadOSD::suspendEvent

Definition at line 33 of file osdThread.h.

pthread_t epicsThreadOSD::tid

Definition at line 26 of file osdThread.h.


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