![]() |
This is Unofficial EPICS BASE Doxygen Site
|
C++ wrapper for epicsThread from EPICS base. More...
#include "thread.h"
Classes | |
class | Config |
Create a new thread using the given. More... | |
Public Member Functions | |
Thread (std::string name, ThreadPriority priority, Runnable *runnable, epicsThreadStackSizeClass stkcls=epicsThreadStackBig) | |
thread name. | |||||||
| |||||||
static size_t | num_instances | ||||||
Thread (Runnable &runnable, std::string name, unsigned int stksize, unsigned int priority=lowestPriority) | |||||||
Thread (Config &c) | |||||||
~Thread () | |||||||
Thread::Thread | ( | std::string | name, |
ThreadPriority | priority, | ||
Runnable * | runnable, | ||
epicsThreadStackSizeClass | stkcls = epicsThreadStackBig |
||
) |
Constructor
name | thread name. |
priority | priority is one of: |
runnable | this is a c function |
stkcls | stack size as specified by epicsThreadStackSizeClass |
Definition at line 101 of file thread.cpp.
Thread::Thread | ( | Runnable & | runnable, |
std::string | name, | ||
unsigned int | stksize, | ||
unsigned int | priority = lowestPriority |
||
) |
Definition at line 114 of file thread.cpp.
Thread::Thread | ( | Config & | c | ) |
Definition at line 127 of file thread.cpp.
Thread::~Thread | ( | ) |