libcommonc++  0.7
Thread Member List

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

cleanup()Threadprotectedvirtual
currentThread()Threadstatic
currentThreadID()Threadstatic
exit()Threadprotectedstatic
getName() constThreadinline
getPriority() constThread
isDetached() constThreadinline
isRunning() constThread
join()Thread
run()Threadprotectedvirtual
setName(const String &name)Threadinline
setPriority(Priority priority)Thread
sleep(timespan_ms_t msec)Threadstatic
start()Threadvirtual
stop()Threadvirtual
testCancel()Threadprotected
Thread(bool detached=false, size_t stackSize=0)Thread
Thread(Runnable *runnable, bool detached=false, size_t stackSize=0)Thread
trySleep(timespan_ms_t msec)Threadprotected
yield()Threadprotected
~Runnable()Runnableinlinevirtual
~Thread()Threadvirtual