|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Public Attributes | |
| MemoryManager * | manager |
| ConcOracle * | oracle |
| uint16 | procID |
| uint32 | totalMsgs |
| uint32 | payloadFixed |
| uint32 | burst |
| uint64 | seed |
| bool | resizeStress |
| bool | blockingReads |
| volatile bool | writerDone |
| volatile bool | stop |
| uint32 | dupInjectAt |
| volatile uint32 | readsSeen |
Definition at line 197 of file ProcessMemoryConcFuzz.cpp.
| bool cmlabs::ConcCtx::blockingReads |
Definition at line 206 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcReader(), and cmlabs::ConcRunThreaded().
| uint32 cmlabs::ConcCtx::burst |
Definition at line 203 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().
| uint32 cmlabs::ConcCtx::dupInjectAt |
Definition at line 209 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcReader(), and cmlabs::ConcRunThreaded().
| MemoryManager* cmlabs::ConcCtx::manager |
Definition at line 198 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcReader(), cmlabs::ConcResizer(), cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().
| ConcOracle* cmlabs::ConcCtx::oracle |
Definition at line 199 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcReader(), cmlabs::ConcResizer(), cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().
| uint32 cmlabs::ConcCtx::payloadFixed |
Definition at line 202 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().
| uint16 cmlabs::ConcCtx::procID |
Definition at line 200 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcReader(), cmlabs::ConcResizer(), cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().
| volatile uint32 cmlabs::ConcCtx::readsSeen |
Definition at line 210 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcReader(), cmlabs::ConcResizer(), and cmlabs::ConcRunThreaded().
| bool cmlabs::ConcCtx::resizeStress |
Definition at line 205 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().
| uint64 cmlabs::ConcCtx::seed |
Definition at line 204 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcResizer(), cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().
| volatile bool cmlabs::ConcCtx::stop |
Definition at line 208 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcReader(), cmlabs::ConcResizer(), cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().
| uint32 cmlabs::ConcCtx::totalMsgs |
Definition at line 201 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().
| volatile bool cmlabs::ConcCtx::writerDone |
Definition at line 207 of file ProcessMemoryConcFuzz.cpp.
Referenced by cmlabs::ConcReader(), cmlabs::ConcResizer(), cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().