, including all inherited members.
detachFromStrategy() (defined in VSocketConnectionStrategyThreadedRunner) | VSocketConnectionStrategyThreadedRunner | |
getConnectedIPAddress() const (defined in VSocketConnectionStrategyThreadedRunner) | VSocketConnectionStrategyThreadedRunner | |
getConnectedSockID() const (defined in VSocketConnectionStrategyThreadedRunner) | VSocketConnectionStrategyThreadedRunner | |
getCurrentThread() | VThread | [static] |
getCurrentThreadName() | VThread | [static] |
getDeleteAtEnd() const | VThread | |
getLoggerName() const | VThread | [inline] |
getManagementInterface() const | VThread | |
getName() const | VThread | [inline] |
getThreadName(VThreadID_Type threadID) | VThread | [static] |
getThreadsInfo(VBentoNode &bento) | VThread | [static] |
hasAnswer() const (defined in VSocketConnectionStrategyThreadedRunner) | VSocketConnectionStrategyThreadedRunner | |
isRunning() const | VThread | |
join() | VThread | |
kCreateThreadDetached | VThread | [static] |
kCreateThreadJoinable | VThread | [static] |
kDeleteSelfAtEnd | VThread | [static] |
kDontDeleteSelfAtEnd | VThread | [static] |
logStackCrawl(const VString &headerMessage, VNamedLoggerPtr logger, bool verbose) | VThread | [static] |
mCreateDetached | VThread | [protected] |
mDeleteAtEnd | VThread | [protected] |
mIsDeleted | VThread | [protected] |
mIsRunning | VThread | [protected] |
mLoggerName | VThread | [protected] |
mManager | VThread | [protected] |
mName | VThread | [protected] |
mThreadID | VThread | [protected] |
run() | VSocketConnectionStrategyThreadedRunner | [virtual] |
setName(const VString &threadName) | VThread | [inline] |
setPriority(int nice) | VThread | [static] |
sleep(const VDuration &interval) | VThread | [static] |
start() | VThread | [virtual] |
stop() | VThread | [virtual] |
stopThread(VThreadID_Type threadID) | VThread | [static] |
threadCreate(VThreadID_Type *threadID, bool createDetached, threadMainFunction threadMainProcPtr, void *threadArgument) | VThread | [static] |
threadDetach(VThreadID_Type threadID) | VThread | [static] |
threadExit() | VThread | [static] |
threadID() const | VThread | |
threadJoin(VThreadID_Type threadID, void **value) | VThread | [static] |
threadMain(void *arg) | VThread | [static] |
threadMainFunction typedef (defined in VThread) | VThread | |
threadSelf() | VThread | [static] |
userMain(int argc, char **argv) | VThread | [static] |
userThreadMain(void *arg) | VThread | [static] |
VSocketConnectionStrategyThreadedRunner(const VDuration &timeoutInterval, int maxNumThreads, const VString &hostName, int portNumber, const VStringVector &debugIPAddresses) (defined in VSocketConnectionStrategyThreadedRunner) | VSocketConnectionStrategyThreadedRunner | |
VSocketConnectionStrategyThreadedWorker (defined in VSocketConnectionStrategyThreadedRunner) | VSocketConnectionStrategyThreadedRunner | [friend] |
VThread(const VString &name, const VString &loggerName, bool deleteSelfAtEnd, bool createDetached, VManagementInterface *manager) | VThread | |
yield() | VThread | [static] |
~VSocketConnectionStrategyThreadedRunner() (defined in VSocketConnectionStrategyThreadedRunner) | VSocketConnectionStrategyThreadedRunner | [virtual] |
~VThread() | VThread | [virtual] |