rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWServerPool Member List

This is the complete list of members for RWServerPool, including all inherited members.
addCallback(const RWTFunctor2< const RWRunnable &, RWExecutionState > &functor, unsigned long stateMask, RWCallbackScope scope=RW_CALL_REPEATEDLY)RWRunnableHandle
body(void) const RWServerPool [protected]
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
getPoolAttribute()RWServerPool
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(size_t numThreads)RWServerPool [static]
make(size_t numThreads, size_t maxCapacity)RWServerPool [static]
make(const RWThreadAttribute &serverThreadAttr, size_t numThreads)RWServerPool [static]
make(const RWThreadAttribute &serverThreadAttr, size_t numThreads, size_t maxCapacity)RWServerPool [static]
make(size_t numThreads, const RWThreadAttribute &poolThreadsAttr)RWServerPool [static]
make(size_t numThreads, const RWThreadAttribute &poolThreadAttr, size_t maxCapacity)RWServerPool [static]
make(const RWThreadAttribute &serverThreadAttr, size_t numThreads, const RWThreadAttribute &poolThreadsAttr)RWServerPool [static]
make(const RWThreadAttribute &serverThreadAttr, size_t numThreads, const RWThreadAttribute &poolThreadsAttr, size_t maxCapacity)RWServerPool [static]
RWRunnableServer::make()RWRunnableServer [static]
RWRunnableServer::make(const RWThreadAttribute &serverThreadAttr)RWRunnableServer [static]
operator!=(const RWHandleBase &second) const RWHandleBase [inline]
operator<(const RWHandleBase &second) const RWHandleBase [inline]
operator=(const RWServerPool &second)RWServerPool [inline]
RWRunnableServer::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 [inline, protected]
RWHandleBase::operator=(const RWHandleBase &second)RWHandleBase [inline, protected]
operator==(const RWHandleBase &second) const RWHandleBase [inline]
raise() const RWRunnable
releaseInterrupt()RWRunnable
removeCallback(const RWTFunctor2< const RWRunnable &, RWExecutionState > &functor)RWRunnableHandle
requestCancellation()RWRunnable
requestCancellation(unsigned long milliseconds)RWRunnable
requestInterrupt()RWRunnable
requestInterrupt(unsigned long milliseconds)RWRunnable
resize(size_t size)RWServerPool
resume()RWThread
RWHandleBase(void)RWHandleBase [inline, protected]
RWHandleBase(RWStaticCtor)RWHandleBase [inline, protected]
RWHandleBase(RWBodyBase *body)RWHandleBase [inline, protected]
RWHandleBase(const RWHandleBase &second)RWHandleBase [inline, protected]
RWRunnable()RWRunnable [inline]
RWRunnable(RWStaticCtor)RWRunnable [inline]
RWRunnable(const RWRunnable &second)RWRunnable [inline]
RWRunnable(const RWRunnableSelf &second)RWRunnable [inline, protected]
RWRunnableHandle()RWRunnableHandle [inline, protected]
RWRunnableHandle(RWStaticCtor)RWRunnableHandle [inline, protected]
RWRunnableHandle(RWRunnableImp *runnableImpP)RWRunnableHandle [protected]
RWRunnableHandle(const RWRunnableHandle &second)RWRunnableHandle [inline, protected]
RWRunnableServer()RWRunnableServer [inline]
RWRunnableServer(const RWRunnableServer &second)RWRunnableServer [inline]
RWRunnableServer(RWRunnableServerImp *threadImpP)RWRunnableServer [inline, protected]
RWServerPool()RWServerPool [inline]
RWServerPool(const RWServerPool &second)RWServerPool [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
setPoolAttribute(const RWThreadAttribute &poolThreadsAttr)RWServerPool
setPriority(RWPriority priority)RWThread
setProcessScopePriority(RWPriority priority)RWThread
setSchedulingPolicy(RWSchedulingPolicy policy)RWThread
setSystemScopePriority(RWPriority priority)RWThread
setTimeSliceQuantum(unsigned long milliseconds)RWThread
size() const RWServerPool
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 [inline, protected]
~RWRunnable()RWRunnable [inline]
~RWRunnableHandle()RWRunnableHandle [inline, protected]
~RWRunnableServer()RWRunnableServer [inline]
~RWServerPool()RWServerPool [inline]
~RWThread()RWThread [inline]
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.