#include <Utilities.hpp>
Public Attributes | |
wholenumber_t | threadId |
RexxActivity * | activity |
RexxActivation * | activation |
RexxVariableDictionary * | variableDictionary |
unsigned short | reserveCount |
char | lock |
Definition at line 60 of file Utilities.hpp.
RexxActivation* ConcurrencyInfos::activation |
Definition at line 64 of file Utilities.hpp.
Referenced by RexxSource::addClause(), dumpClauseImpl(), dumpTokensImpl(), GetConcurrencyInfos(), RexxSource::interpret(), RexxSource::processInstall(), SysMutex::release(), SysMutex::request(), SysMutex::requestImmediate(), RexxSource::traceBack(), RexxActivity::traceOutput(), and SysSemaphore::wait().
RexxActivity* ConcurrencyInfos::activity |
Definition at line 63 of file Utilities.hpp.
Referenced by GetConcurrencyInfos(), RexxSource::loadRequires(), and RexxSource::resolveProgramName().
char ConcurrencyInfos::lock |
Definition at line 67 of file Utilities.hpp.
Referenced by RexxSource::addClause(), dumpClauseImpl(), dumpTokensImpl(), GetConcurrencyInfos(), Utilities::GetConcurrencyInfos(), SysMutex::release(), SysMutex::request(), SysMutex::requestImmediate(), RexxActivity::traceOutput(), and SysSemaphore::wait().
unsigned short ConcurrencyInfos::reserveCount |
Definition at line 66 of file Utilities.hpp.
Referenced by RexxSource::addClause(), dumpClauseImpl(), dumpTokensImpl(), GetConcurrencyInfos(), SysMutex::release(), SysMutex::request(), SysMutex::requestImmediate(), RexxActivity::traceOutput(), and SysSemaphore::wait().
wholenumber_t ConcurrencyInfos::threadId |
Definition at line 62 of file Utilities.hpp.
Referenced by RexxSource::addClause(), dumpClauseImpl(), dumpTokensImpl(), GetConcurrencyInfos(), SysMutex::release(), SysMutex::request(), SysMutex::requestImmediate(), RexxActivity::traceOutput(), and SysSemaphore::wait().
RexxVariableDictionary* ConcurrencyInfos::variableDictionary |
Definition at line 65 of file Utilities.hpp.
Referenced by RexxSource::addClause(), dumpClauseImpl(), dumpTokensImpl(), GetConcurrencyInfos(), SysMutex::release(), SysMutex::request(), SysMutex::requestImmediate(), RexxActivity::traceOutput(), and SysSemaphore::wait().