Go to the source code of this file.
#define CHECKCOUNT |
( |
|
pPool | ) |
|
Value: if (!(pPool)->shutdown) {
\ assert((pPool)->threadsAreAwake + (pPool)->threadsSleeping == (pPool)->threadsRunning);
\ assert((pPool)->threadsWaking <= (pPool)->threadsSleeping); \
} \
} while(0)
#define assert(exp)
Declare that a condition should be true.
Definition at line 63 of file poolPriv.h.
Definition at line 117 of file poolJob.c.
epicsThreadId epicsStdCall epicsThreadCreate(const char *name, unsigned int priority, unsigned int stackSize, EPICSTHREADFUNC funptr, void *parm)
unsigned int workerPriority
epicsThreadPoolConfig conf
unsigned int threadsRunning
unsigned int threadsSleeping