The Pedigree Project  0.1
Private Member Functions | Private Attributes | Friends | List of all members
RequestQueue::RequestQueueOverrunChecker Class Reference
+ Inheritance diagram for RequestQueue::RequestQueueOverrunChecker:
+ Collaboration diagram for RequestQueue::RequestQueueOverrunChecker:

Private Member Functions

virtual void timer (uint64_t delta, InterruptState &state)
 

Private Attributes

size_t m_LastQueueSize
 
uint64_t m_Tick
 
RequestQueuequeue
 

Friends

class RequestQueue
 

Additional Inherited Members

Detailed Description

Definition at line 46 of file RequestQueue.h.

Member Function Documentation

void RequestQueue::RequestQueueOverrunChecker::timer ( uint64_t  delta,
InterruptState &  state 
)
privatevirtual

Called when the handler is registered with the Timer/SchedulerTimer class and a timer event occured

Parameters
[in]deltatime elapsed since the last event, in nanoseconds
[in,out]statethe state of the processor when the event occurred.

Implements TimerHandler.

Definition at line 492 of file RequestQueue.cc.

References FATAL.


The documentation for this class was generated from the following files: