CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::ConcCtx Struct Reference
Collaboration diagram for cmlabs::ConcCtx:
[legend]

Public Attributes

MemoryManagermanager
ConcOracleoracle
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

Detailed Description

Definition at line 197 of file ProcessMemoryConcFuzz.cpp.

Member Data Documentation

◆ blockingReads

bool cmlabs::ConcCtx::blockingReads

Definition at line 206 of file ProcessMemoryConcFuzz.cpp.

Referenced by cmlabs::ConcReader(), and cmlabs::ConcRunThreaded().

◆ burst

uint32 cmlabs::ConcCtx::burst

Definition at line 203 of file ProcessMemoryConcFuzz.cpp.

Referenced by cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().

◆ dupInjectAt

uint32 cmlabs::ConcCtx::dupInjectAt

Definition at line 209 of file ProcessMemoryConcFuzz.cpp.

Referenced by cmlabs::ConcReader(), and cmlabs::ConcRunThreaded().

◆ manager

◆ oracle

ConcOracle* cmlabs::ConcCtx::oracle

◆ payloadFixed

uint32 cmlabs::ConcCtx::payloadFixed

Definition at line 202 of file ProcessMemoryConcFuzz.cpp.

Referenced by cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().

◆ procID

uint16 cmlabs::ConcCtx::procID

◆ readsSeen

volatile uint32 cmlabs::ConcCtx::readsSeen

◆ resizeStress

bool cmlabs::ConcCtx::resizeStress

Definition at line 205 of file ProcessMemoryConcFuzz.cpp.

Referenced by cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().

◆ seed

uint64 cmlabs::ConcCtx::seed

◆ stop

volatile bool cmlabs::ConcCtx::stop

◆ totalMsgs

uint32 cmlabs::ConcCtx::totalMsgs

Definition at line 201 of file ProcessMemoryConcFuzz.cpp.

Referenced by cmlabs::ConcRunThreaded(), and cmlabs::ConcWriter().

◆ writerDone

volatile bool cmlabs::ConcCtx::writerDone

The documentation for this struct was generated from the following file: