The Pedigree Project 0.1
Public Member Functions | Public Attributes | List of all members
TimerHandlerRegistry::DispatchCleanup Struct Reference
+ Collaboration diagram for TimerHandlerRegistry::DispatchCleanup:

Public Member Functions

 DispatchCleanup (TimerHandlerRegistry *handlerRegistry, HandlerSlot *handlerSlot, void *dispatchOwner, size_t admittedPublication)
 

Public Attributes

TimerHandlerRegistryregistry
 
HandlerSlotslot
 
void * owner
 
size_t publication
 
AtomicStateCleanupRecord cleanup
 

Detailed Description

Definition at line 101 of file TimerHandlerRegistry.h.

Constructor & Destructor Documentation

◆ DispatchCleanup()

TimerHandlerRegistry::DispatchCleanup::DispatchCleanup ( TimerHandlerRegistry handlerRegistry,
HandlerSlot handlerSlot,
void *  dispatchOwner,
size_t  admittedPublication 
)
inline

Definition at line 102 of file TimerHandlerRegistry.h.

Member Data Documentation

◆ cleanup

AtomicStateCleanupRecord TimerHandlerRegistry::DispatchCleanup::cleanup

Definition at line 114 of file TimerHandlerRegistry.h.

◆ owner

void* TimerHandlerRegistry::DispatchCleanup::owner

Definition at line 112 of file TimerHandlerRegistry.h.

◆ publication

size_t TimerHandlerRegistry::DispatchCleanup::publication

Definition at line 113 of file TimerHandlerRegistry.h.

◆ registry

TimerHandlerRegistry* TimerHandlerRegistry::DispatchCleanup::registry

Definition at line 110 of file TimerHandlerRegistry.h.

◆ slot

HandlerSlot* TimerHandlerRegistry::DispatchCleanup::slot

Definition at line 111 of file TimerHandlerRegistry.h.


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