![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "poolPriv.h"
Public Attributes | |
ELLNODE | jobnode |
epicsJobFunction | func |
void * | arg |
epicsThreadPool * | pool |
unsigned int | queued:1 |
unsigned int | running:1 |
unsigned int | freewhendone:1 |
unsigned int | dead:1 |
Definition at line 85 of file poolPriv.h.
void* epicsJob::arg |
Definition at line 88 of file poolPriv.h.
unsigned int epicsJob::dead |
Definition at line 94 of file poolPriv.h.
unsigned int epicsJob::freewhendone |
Definition at line 93 of file poolPriv.h.
epicsJobFunction epicsJob::func |
Definition at line 87 of file poolPriv.h.
ELLNODE epicsJob::jobnode |
Definition at line 86 of file poolPriv.h.
epicsThreadPool* epicsJob::pool |
Definition at line 89 of file poolPriv.h.
unsigned int epicsJob::queued |
Definition at line 91 of file poolPriv.h.
unsigned int epicsJob::running |
Definition at line 92 of file poolPriv.h.