Aria  2.7.5.2
ArThread Member List

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

ArThread(bool blockAllSignals=true)ArThread
ArThread(ThreadType thread, bool joinable, bool blockAllSignals=true)ArThread
ArThread(ArFunctor *func, bool joinable=true, bool blockAllSignals=true)ArThread
cancel(void)ArThreadvirtual
cancelAll(void)ArThreadstatic
create(ArFunctor *func, bool joinable=true, bool lowerPriority=true)ArThreadvirtual
detach(void)ArThreadvirtual
doJoin(void **ret=NULL) (defined in ArThread)ArThreadprotectedvirtual
getBlockAllSignals(void)ArThreadinline
getFunc(void) const ArThreadinlinevirtual
getJoinable(void) const ArThreadinlinevirtual
getLogLevel(void)ArThreadinlinestatic
getOSThread(void) const ArThreadinlinevirtual
getPID(void) (defined in ArThread)ArThreadinline
getRunning(void) const ArThreadinlinevirtual
getRunningWithLock(void)ArThreadinlinevirtual
getThisOSThread(void)ArThreadstatic
getThisThread(void)ArThreadstatic
getThisThreadName(void)ArThreadstatic
getThread(void) const ArThreadinlinevirtual
getThreadActivity(void)ArThreadinlinevirtual
getThreadName(void)ArThreadinlinevirtual
init(void)ArThreadstatic
isThreadFinished() const ArThreadvirtual
isThreadStarted() const ArThreadvirtual
join(void **ret=NULL)ArThreadvirtual
joinAll(void)ArThreadstatic
lock(void)ArThreadinline
logThreadInfo(void)ArThreadvirtual
MapType typedef (defined in ArThread)ArThread
myBlockAllSignals (defined in ArThread)ArThreadprotected
myFinished (defined in ArThread)ArThreadprotected
myFunc (defined in ArThread)ArThreadprotected
myJoinable (defined in ArThread)ArThreadprotected
myMutex (defined in ArThread)ArThreadprotected
myName (defined in ArThread)ArThreadprotected
myPID (defined in ArThread)ArThreadprotected
myRunningArThreadprotected
myStarted (defined in ArThread)ArThreadprotected
myStrMap (defined in ArThread)ArThreadprotected
myThread (defined in ArThread)ArThreadprotected
osSelf(void)ArThreadstatic
ourLogLevel (defined in ArThread)ArThreadprotectedstatic
ourThreads (defined in ArThread)ArThreadprotectedstatic
ourThreadsMutex (defined in ArThread)ArThreadprotectedstatic
ourUnknownThreadName (defined in ArThread)ArThreadprotectedstatic
self(void)ArThreadstatic
setLogLevel(ArLog::LogLevel level)ArThreadinlinestatic
setRunning(bool running)ArThreadinlinevirtual
setThreadName(const char *name)ArThreadvirtual
Status enum nameArThread
STATUS_ALREADY_DETATCHED enum valueArThread
STATUS_FAILED enum valueArThread
STATUS_INVALID enum valueArThread
STATUS_JOIN_SELF enum valueArThread
STATUS_NO_SUCH_THREAD enum valueArThread
STATUS_NORESOURCE enum valueArThread
stopAll()ArThreadstatic
stopRunning(void)ArThreadinlinevirtual
threadFinished(void)ArThreadvirtual
threadStarted(void)ArThreadvirtual
ThreadType typedef (defined in ArThread)ArThread
tryLock(void)ArThreadinline
unlock(void)ArThreadinline
yieldProcessor(void)ArThreadstatic
~ArThread()ArThreadvirtual