addCallback(const RWTFunctor< void(const RWRunnable &, RWExecutionState)> &functor, unsigned long stateMask, RWCallbackScope scope=RW_CALL_REPEATEDLY) | RWRunnableHandle | |
canGetMaxThreads() | RWThread | static |
canGetPriority() const | RWThread | |
canGetProcessScopePriority() const | RWThread | |
canGetSchedulingPolicy() const | RWThread | |
canGetSystemScopePriority() const | RWThread | |
canGetTimeSliceQuantum() const | RWThread | |
canSetPriority() const | RWThread | |
canSetProcessScopePriority() const | RWThread | |
canSetSchedulingPolicy(RWSchedulingPolicy policy) const | RWThread | |
canSetSystemScopePriority() const | RWThread | |
canSetTimeSliceQuantum() const | RWThread | |
canSuspendResume() | RWThread | static |
checkGuards() | RWRunnableServer | |
enqueue(const RWRunnable &runnable) | RWRunnableServer | |
enqueue(const RWRunnable &runnable, unsigned long milliseconds) | RWRunnableServer | |
enqueue(const RWRunnable &runnable, const RWRunnableGuard &guard) | RWRunnableServer | |
enqueue(const RWRunnable &runnable, const RWRunnableGuard &guard, unsigned long milliseconds) | RWRunnableServer | |
enqueue(long priority, const RWRunnable &runnable) | RWRunnableServer | |
enqueue(long priority, const RWRunnable &runnable, unsigned long milliseconds) | RWRunnableServer | |
enqueue(long priority, const RWRunnable &runnable, const RWRunnableGuard &guard) | RWRunnableServer | |
enqueue(long priority, const RWRunnable &runnable, const RWRunnableGuard &guard, unsigned long milliseconds) | RWRunnableServer | |
getActiveAttribute() const | RWThread | |
getAttribute() const | RWThread | |
getCapacity() const | RWRunnableServer | |
getCompletionState() const | RWRunnableHandle | |
getExecutionState() const | RWRunnableHandle | |
getMaxPriority() const | RWThread | |
getMaxProcessScopePriority() const | RWThread | |
getMaxSystemScopePriority() const | RWThread | |
getMaxThreads() | RWThread | static |
getMaxTimeSliceQuantum() const | RWThread | |
getMinPriority() const | RWThread | |
getMinProcessScopePriority() const | RWThread | |
getMinSystemScopePriority() const | RWThread | |
getMinTimeSliceQuantum() const | RWThread | |
getNestedRunnable() const | RWRunnable | |
getPriority() const | RWThread | |
getProcessScopePriority() const | RWThread | |
getRWRunnableSelf() const | RWRunnable | |
getRWThreadSelf() const | RWThread | |
getSchedulingPolicy() const | RWThread | |
getSuspendCount() const | RWThread | |
getSystemScopePriority() const | RWThread | |
getTimeSliceQuantum() const | RWThread | |
isInterruptRequested() const | RWRunnableHandle | |
isSelf() const | RWRunnableHandle | |
isSelf(const RWThreadId &id) const | RWRunnableHandle | |
isValid(void) const | RWHandleBase | inline |
join(void) | RWRunnable | |
join(unsigned long milliseconds) | RWRunnable | |
make() | RWRunnableServer | static |
make(const RWThreadAttribute &serverThreadAttr) | RWRunnableServer | static |
make(size_t maxCapacity) | RWRunnableServer | static |
make(const RWThreadAttribute &serverThreadAttr, size_t maxCapacity) | RWRunnableServer | static |
operator!=(const RWHandleBase &second) const | RWHandleBase | inline |
operator=(const RWRunnableServer &second) | RWRunnableServer | inline |
RWThread::operator=(const RWThread &second) | RWThread | inline |
RWRunnable::operator=(const RWRunnable &second) | RWRunnable | inline |
RWRunnableHandle::operator=(const RWRunnableHandle &second) | RWRunnableHandle | inlineprotected |
RWHandleBase::operator=(const RWHandleBase &second) | RWHandleBase | inlineprotected |
operator==(const RWHandleBase &second) const | RWHandleBase | inline |
raise() const | RWRunnable | |
releaseInterrupt() | RWRunnable | |
removeCallback(const RWTFunctor< void(const RWRunnable &, RWExecutionState)> &functor) | RWRunnableHandle | |
requestCancellation() | RWRunnable | |
requestCancellation(unsigned long milliseconds) | RWRunnable | |
requestInterrupt() | RWRunnable | |
requestInterrupt(unsigned long milliseconds) | RWRunnable | |
resume() | RWThread | |
RWHandleBase(void) | RWHandleBase | inlineprotected |
RWHandleBase(RWStaticCtor) | RWHandleBase | inlineprotected |
RWHandleBase(RWBodyBase *body) | RWHandleBase | inlineprotected |
RWHandleBase(const RWHandleBase &second) | RWHandleBase | inlineprotected |
RWRunnable() | RWRunnable | inline |
RWRunnable(RWStaticCtor) | RWRunnable | inline |
RWRunnable(const RWRunnable &second) | RWRunnable | inline |
RWRunnable(const RWRunnableSelf &second) | RWRunnable | inlineprotected |
RWRunnableGuard typedef | RWRunnableServer | related |
RWRunnableHandle() | RWRunnableHandle | inlineprotected |
RWRunnableHandle(RWStaticCtor) | RWRunnableHandle | inlineprotected |
RWRunnableHandle(RWRunnableImp *runnableImpP) | RWRunnableHandle | protected |
RWRunnableHandle(const RWRunnableHandle &second) | RWRunnableHandle | inlineprotected |
RWRunnableServer() | RWRunnableServer | inline |
RWRunnableServer(const RWRunnableServer &second) | RWRunnableServer | inline |
RWThread() | RWThread | inline |
RWThread(RWStaticCtor) | RWThread | inline |
RWThread(const RWThread &second) | RWThread | inline |
RWThread(RWThreadImp *threadImpP) | RWThread | protected |
setAttribute(const RWThreadAttribute &second) | RWThread | |
setCapacity(size_t maxCapacity) | RWRunnableServer | |
setPriority(RWPriority priority) | RWThread | |
setProcessScopePriority(RWPriority priority) | RWThread | |
setSchedulingPolicy(RWSchedulingPolicy policy) | RWThread | |
setSystemScopePriority(RWPriority priority) | RWThread | |
setTimeSliceQuantum(unsigned long milliseconds) | RWThread | |
start() | RWRunnable | |
stop() | RWRunnableServer | |
suspend() | RWThread | |
terminate() | RWThread | |
threadId() const | RWRunnableHandle | |
wait(unsigned long stateMask) | RWRunnable | |
wait(unsigned long stateMask, RWExecutionState *state, unsigned long milliseconds) | RWRunnable | |
~RWHandleBase(void) | RWHandleBase | inlineprotected |
~RWRunnable() | RWRunnable | inline |
~RWRunnableHandle() | RWRunnableHandle | inlineprotected |
~RWRunnableServer() | RWRunnableServer | inline |
~RWThread() | RWThread | inline |