CppELib 1.7.0
Loading...
Searching...
No Matches
OSWrapper::Thread Member List

This is the complete list of members for OSWrapper::Thread, including all inherited members.

create(Runnable *r, int priority=INHERIT_PRIORITY, std::size_t stackSize=0U, void *stackAddress=0, const char *name="")OSWrapper::Threadstatic
destroy(Thread *t)OSWrapper::Threadstatic
getCurrentThread()OSWrapper::Threadstatic
getDefaultUncaughtExceptionHandler()OSWrapper::Threadstatic
getHighestPriority()OSWrapper::Threadstatic
getInitialPriority() const =0OSWrapper::Threadpure virtual
getLowestPriority()OSWrapper::Threadstatic
getMaxPriority()OSWrapper::Threadstatic
getMinPriority()OSWrapper::Threadstatic
getName() const =0OSWrapper::Threadpure virtual
getNativeHandle()=0OSWrapper::Threadpure virtual
getNormalPriority()OSWrapper::Threadstatic
getPriority() const =0OSWrapper::Threadpure virtual
getPriorityHigherThan(int basePriority, int d)OSWrapper::Threadstatic
getStackSize() const =0OSWrapper::Threadpure virtual
getUncaughtExceptionHandler() constOSWrapper::Thread
INHERIT_PRIORITYOSWrapper::Threadstatic
isFinished() const =0OSWrapper::Threadpure virtual
setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler *handler)OSWrapper::Threadstatic
setName(const char *name)=0OSWrapper::Threadpure virtual
setPriority(int priority)=0OSWrapper::Threadpure virtual
setUncaughtExceptionHandler(UncaughtExceptionHandler *handler)OSWrapper::Thread
sleep(unsigned long millis)OSWrapper::Threadstatic
start()=0OSWrapper::Threadpure virtual
Thread(Runnable *r)OSWrapper::Threadinlineexplicitprotected
threadMain()OSWrapper::Threadprotected
timedWait(Timeout tmout)=0OSWrapper::Threadpure virtual
tryWait()=0OSWrapper::Threadpure virtual
wait()=0OSWrapper::Threadpure virtual
yield()OSWrapper::Threadstatic
~Thread()OSWrapper::Threadinlineprotectedvirtual