FARGOS/VISTA Object Management Environment Core
..
|
This is the complete list of members for OMEthread, including all inherited members.
addOIDref(OMEoidStorageInternal *ref) | OMEobject | private |
addReadOnlyReference() | OMEreferenceCount | |
addTickCount(const int64_t tickCount) const OME_ALWAYS_INLINE | OMEobject | inline |
callMethodWithSetArgument(const OMEtype &methodName, const uint32_t hashIndx, const OMEtype &argSet) | OMEthread | |
callRoutine(const OMEinvocationData *routine, const int level, const OMEstring &methodName, const int srcArgc, const OMEarray &srcArgv) | OMEthread | |
callStack | OMEthread | |
classInfo | OMEobject | |
clearResultPending() OME_ALWAYS_INLINE | OMEthread | inline |
createReplyOID() | OMEthread | private |
deepCopy() const | OMEreferenceCount | inlinevirtual |
defaultOID | OMEobject | private |
defineOMEthreadClass() | OMEthread | static |
dropReference() | OMEreferenceCount | |
dropThisObjectReference() OME_ALWAYS_INLINE | OMEthread | inline |
entityID | OMEobject | protected |
executeSlice() | OMEthread | |
exitRoutine() | OMEthread | |
fromObject | OMEthread | |
fromThreadInstance | OMEthread | |
generateException(uint_fast32_t argc, const OMEarray &argv) const | OMEthread | |
generateException(const char *exceptionType) const | OMEthread | |
generateException(const char *exceptionType, const OMEstring &methName) const | OMEthread | |
getDefaultOID() | OMEobject | |
getErrorCode() OME_ALWAYS_INLINE | OMEthread | inline |
getInstanceData() const | OMEthread | |
getInvocationCount() const OME_ALWAYS_INLINE | OMEobject | inline |
getMethodType() const OME_ALWAYS_INLINE | OMEthread | inline |
getOIDdata(OMEoidID *idInfo) const | OMEobject | |
getPC() const OME_ALWAYS_INLINE | OMEthread | inline |
getReplyOID() | OMEthread | inline |
getReplyResult() const OME_ALWAYS_INLINE | OMEthread | inline |
getSliceCount() const OME_ALWAYS_INLINE | OMEobject | inline |
getThisObject() const OME_ALWAYS_INLINE | OMEthread | inline |
getThisOID() const OME_ALWAYS_INLINE | OMEthread | inline |
getThreadPriority() const OME_ALWAYS_INLINE | OMEthread | inline |
getThreadState() const OME_ALWAYS_INLINE | OMEthread | inline |
getTickCount() const OME_ALWAYS_INLINE | OMEobject | inline |
getUniqueReference() | OMEreferenceCount | |
getUserID() const OME_ALWAYS_INLINE | OMEthread | inline |
getUserName() const | OMEthread | |
inCalledMethod() const OME_PURE_FUNCTION | OMEthread | |
instanceID | OMEobject | protected |
invokeMethod(int *errRet, const OMEstring &methodName, const uint32_t hashIndx, const OMEoid &objRefData, const uint32_t argc, const OMEarray &argv, const uint32_t signature, const OMEtype *fromObject=nullptr, const OMEthread *fromThread=nullptr, const OMEoid *notify=nullptr, const int inheritanceLevel=-1, const int mustBeAtLevel=-1) override | OMEthread | virtual |
invokeMethodAndWaitForReply(int *errRet, const OMEstring &methodName, const uint32_t hashIndx, const OMEoid &objRefData, const uint32_t argc, const OMEarray &argv, const uint32_t signature, OMEthread *fromThread, const int inheritanceLevel=-1) | OMEobject | |
isThread() const override | OMEthread | inlinevirtual |
lockMe() | OMEreferenceCount | protected |
metaObject | OMEobject | |
modifiedObject | OMEthread | private |
mutexID | OMEreferenceCount | protected |
noteLineNumber(int line, const char *fileName=nullptr) OME_ALWAYS_INLINE | OMEthread | inline |
noteObjectModified() OME_ALWAYS_INLINE | OMEthread | inline |
noteThreadPriority(int p) OME_ALWAYS_INLINE | OMEthread | inline |
noteThreadState(const OMEthreadStates s) OME_ALWAYS_INLINE | OMEthread | inline |
notifyWhenDead | OMEthread | private |
oidReferences | OMEobject | protected |
OMEobject(OMEclass *classData) | OMEobject | explicitprotected |
OMEobjectInstance class | OMEthread | friend |
OMEreferenceCount() | OMEreferenceCount | |
OMEthread(const OMEinvocationData *routine, const int level, const OMEoid &obj, const OMEstring &methodName, const uint32_t srcArgc, const OMEarray &srcArgv, const OMEtype *fromObj=nullptr, const OMEthread *fromThread=nullptr, const OMEoid *notifyObj=nullptr) | OMEthread | private |
OMEthread(const OMEstring &user, const OMEstring &pw) | OMEthread | private |
OMEthreadExecQueue class | OMEthread | friend |
outputOnStream(std::ostream &o=std::cout) const | OMEthread | |
preemptable | OMEthread | private |
references | OMEreferenceCount | mutableprotected |
releaseThread() | OMEthread | |
removeOIDref(OMEoidStorageInternal *ref) | OMEobject | private |
replyOID | OMEthread | private |
replyResult | OMEthread | |
replyStillPending() const OME_ALWAYS_INLINE | OMEthread | inline |
resultPending | OMEthread | private |
returnReply(const OMEtype &result) | OMEthread | |
returnReply(const uint32_t result) | OMEthread | |
returnReply(const int32_t result) | OMEthread | |
returnReply(const float result) | OMEthread | |
returnReply(const OMEoid &result) | OMEthread | |
sendMessage(const OMEstring &methodName, const uint32_t hashIndx, const uint32_t argc, const OMEarray &argv, const OMEtype &destObj, const OMEtype *fromObj=nullptr) const | OMEthread | |
sendMessage(const OMEtype &methodName, const uint32_t hashIndx, const OMEtype &argv, const OMEtype &destObj, const OMEtype &fromObj, const OMEtype &timeout) | OMEthread | |
sendMessageAndWait(const OMEstring &methodName, const uint32_t hashIndx, const uint32_t argc, const OMEarray &argv, const OMEtype &destObj) | OMEthread | |
sendMessageWithSetArgument(const OMEtype &methodName, const uint32_t hashIndx, const OMEtype &argSet, const OMEtype &destObj, const OMEtype &fromObj, const int32_t timeout) | OMEthread | |
setAsPreemptable() | OMEthread | |
setErrorCode(OMEtype &rc) OME_ALWAYS_INLINE | OMEthread | inline |
setMetaObject(const OMEoid *obj) | OMEobject | inline |
setPC(uint32_t pc) OME_ALWAYS_INLINE | OMEthread | inline |
setReplyResult(const OMEtype &arg, bool sameThread=false) | OMEthread | private |
setResultPending() OME_ALWAYS_INLINE | OMEthread | inline |
setTickInterval(class OMEtickInterval *interval) OME_ALWAYS_INLINE | OMEthread | inline |
setUserID(const OMEstring &userID, const OMEstring &pwInfo) | OMEthread | |
sourceFileName | OMEthread | |
sourceLineNumber | OMEthread | |
suspendThread() | OMEthread | |
terminateThread() | OMEthread | |
threadContext | OMEthread | |
threadController | OMEthread | private |
threadErrorCode | OMEthread | |
threadNowTerminated(uint32_t exitStatus, bool dontDelete=false) | OMEthread | |
threadPriority | OMEthread | |
threadState | OMEthread | |
tickInterval | OMEthread | |
totalInvocations | OMEobject | mutableprotected |
totalReferences() const OME_ALWAYS_INLINE | OMEreferenceCount | inline |
totalSlices | OMEobject | mutableprivate |
totalTicks | OMEobject | mutableprivate |
unlockMe() | OMEreferenceCount | protected |
userInfo | OMEthread | private |
validReferenceToObject() OME_ALWAYS_INLINE | OMEthread | inline |
yieldSlice() | OMEthread | |
~OMEobject() | OMEobject | protectedvirtual |
~OMEreferenceCount() | OMEreferenceCount | inlinevirtual |
~OMEthread() | OMEthread | privatevirtual |
![]() | Generated: Tue Jul 28 2020 16:03:27
Support Information |