ATLAS Offline Software
Public Member Functions | List of all members
IHybridProcessorHelper Class Referenceabstract

Helper interface for implementing hybrid MP+MT. Used by the Hybrid Shared Event Queue Consumer MP tool. More...

#include <IHybridProcessorHelper.h>

Inheritance diagram for IHybridProcessorHelper:
Collaboration diagram for IHybridProcessorHelper:

Public Member Functions

virtual void resetAppReturnCode ()=0
 
virtual void setCurrentEventNum (int num)=0
 
virtual bool terminateLoop ()=0
 
virtual int drainScheduler (int &finishedEvts, bool report)=0
 

Detailed Description

Helper interface for implementing hybrid MP+MT. Used by the Hybrid Shared Event Queue Consumer MP tool.

Definition at line 15 of file IHybridProcessorHelper.h.

Member Function Documentation

◆ drainScheduler()

virtual int IHybridProcessorHelper::drainScheduler ( int &  finishedEvts,
bool  report 
)
pure virtual

Implemented in AthenaMtesEventLoopMgr.

◆ resetAppReturnCode()

virtual void IHybridProcessorHelper::resetAppReturnCode ( )
pure virtual

Implemented in AthenaMtesEventLoopMgr.

◆ setCurrentEventNum()

virtual void IHybridProcessorHelper::setCurrentEventNum ( int  num)
pure virtual

Implemented in AthenaMtesEventLoopMgr.

◆ terminateLoop()

virtual bool IHybridProcessorHelper::terminateLoop ( )
pure virtual

Implemented in AthenaMtesEventLoopMgr.


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