This is Unofficial EPICS BASE Doxygen Site
taskVar Struct Reference
+ Collaboration diagram for taskVar:

Public Attributes

struct taskVarforw
 
struct taskVarback
 
char * name
 
rtems_id id
 
rtems_id join_barrier
 
int refcnt
 
int joinable
 
EPICSTHREADFUNC funptr
 
void * parm
 
unsigned int threadVariableCapacity
 
void ** threadVariables
 

Detailed Description

Definition at line 47 of file osdThread.c.

Member Data Documentation

struct taskVar* taskVar::back

Definition at line 49 of file osdThread.c.

struct taskVar* taskVar::forw

Definition at line 48 of file osdThread.c.

EPICSTHREADFUNC taskVar::funptr

Definition at line 55 of file osdThread.c.

rtems_id taskVar::id

Definition at line 51 of file osdThread.c.

rtems_id taskVar::join_barrier

Definition at line 52 of file osdThread.c.

int taskVar::joinable

Definition at line 54 of file osdThread.c.

char* taskVar::name

Definition at line 50 of file osdThread.c.

void* taskVar::parm

Definition at line 56 of file osdThread.c.

int taskVar::refcnt

Definition at line 53 of file osdThread.c.

unsigned int taskVar::threadVariableCapacity

Definition at line 57 of file osdThread.c.

void** taskVar::threadVariables

Definition at line 58 of file osdThread.c.


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