#include <ThreadFactory.h>
◆ ~ThreadFactory()
virtual OSWrapper::ThreadFactory::~ThreadFactory |
( |
| ) |
|
|
inlinevirtual |
◆ create()
virtual Thread * OSWrapper::ThreadFactory::create |
( |
Runnable * |
r, |
|
|
int |
priority, |
|
|
std::size_t |
stackSize, |
|
|
void * |
stackAddress, |
|
|
const char * |
name |
|
) |
| |
|
pure virtual |
◆ destroy()
virtual void OSWrapper::ThreadFactory::destroy |
( |
Thread * |
t | ) |
|
|
pure virtual |
◆ getCurrentThread()
virtual Thread * OSWrapper::ThreadFactory::getCurrentThread |
( |
| ) |
|
|
pure virtual |
◆ getHighestPriority()
virtual int OSWrapper::ThreadFactory::getHighestPriority |
( |
| ) |
const |
|
pure virtual |
◆ getLowestPriority()
virtual int OSWrapper::ThreadFactory::getLowestPriority |
( |
| ) |
const |
|
pure virtual |
◆ getMaxPriority()
virtual int OSWrapper::ThreadFactory::getMaxPriority |
( |
| ) |
const |
|
pure virtual |
◆ getMinPriority()
virtual int OSWrapper::ThreadFactory::getMinPriority |
( |
| ) |
const |
|
pure virtual |
◆ sleep()
virtual void OSWrapper::ThreadFactory::sleep |
( |
unsigned long |
millis | ) |
|
|
pure virtual |
◆ yield()
virtual void OSWrapper::ThreadFactory::yield |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: