Group Cmd_handler_struct
Structures for Command handler.
Classes
Type | Name |
---|---|
class | SyncBarrierStruct Structure for Barrier synchronization. |
class | SyncClockStruct Structure for Clock synchronization. |
class | SyncCommStruct Structure for Communication synchronization. |
class | SyncLaunchStruct Structure for Launch and Wait-launch synchronization. |
class | SyncLockStruct Structure for Lock and Unlock synchronization. |
class | SyncPipeStruct Structure for Pipe synchronization. |
class | SyncStruct Data structure of synchronize operation. |
Public Types
Type | Name |
---|---|
typedef std::vector< InterChiplet::SyncCommand > | SyncCmdList List of synchronization commands. |
Public Types Documentation
typedef SyncCmdList
typedef std::vector<InterChiplet::SyncCommand> SyncCmdList;