|
CppELib 1.7.0
|
This is the complete list of members for OSWrapper::ThreadFactory, including all inherited members.
| create(Runnable *r, int priority, std::size_t stackSize, void *stackAddress, const char *name)=0 | OSWrapper::ThreadFactory | pure virtual |
| destroy(Thread *t)=0 | OSWrapper::ThreadFactory | pure virtual |
| getCurrentThread()=0 | OSWrapper::ThreadFactory | pure virtual |
| getHighestPriority() const =0 | OSWrapper::ThreadFactory | pure virtual |
| getLowestPriority() const =0 | OSWrapper::ThreadFactory | pure virtual |
| getMaxPriority() const =0 | OSWrapper::ThreadFactory | pure virtual |
| getMinPriority() const =0 | OSWrapper::ThreadFactory | pure virtual |
| sleep(unsigned long millis)=0 | OSWrapper::ThreadFactory | pure virtual |
| yield()=0 | OSWrapper::ThreadFactory | pure virtual |
| ~ThreadFactory() | OSWrapper::ThreadFactory | inlinevirtual |