gem5  v22.1.0.0
Public Member Functions | Private Attributes | List of all members
gem5::Barrier Class Reference

#include <barrier.hh>

Public Member Functions

 Barrier (unsigned _numWaiting)
 
bool wait ()
 

Private Attributes

std::mutex bMutex
 Mutex to protect access to numLeft and generation. More...
 
std::condition_variable bCond
 Condition variable for waiting on barrier. More...
 
unsigned numWaiting
 Number of threads we should be waiting for before completing the barrier. More...
 
unsigned generation
 Generation of this barrier. More...
 
unsigned numLeft
 Number of threads remaining for the current generation. More...
 

Detailed Description

Definition at line 46 of file barrier.hh.

Constructor & Destructor Documentation

◆ Barrier()

gem5::Barrier::Barrier ( unsigned  _numWaiting)
inline

Definition at line 61 of file barrier.hh.

Member Function Documentation

◆ wait()

bool gem5::Barrier::wait ( )
inline

Member Data Documentation

◆ bCond

std::condition_variable gem5::Barrier::bCond
private

Condition variable for waiting on barrier.

Definition at line 52 of file barrier.hh.

Referenced by wait().

◆ bMutex

std::mutex gem5::Barrier::bMutex
private

Mutex to protect access to numLeft and generation.

Definition at line 50 of file barrier.hh.

Referenced by wait().

◆ generation

unsigned gem5::Barrier::generation
private

Generation of this barrier.

Definition at line 56 of file barrier.hh.

Referenced by wait().

◆ numLeft

unsigned gem5::Barrier::numLeft
private

Number of threads remaining for the current generation.

Definition at line 58 of file barrier.hh.

Referenced by wait().

◆ numWaiting

unsigned gem5::Barrier::numWaiting
private

Number of threads we should be waiting for before completing the barrier.

Definition at line 54 of file barrier.hh.

Referenced by wait().


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

Generated on Wed Dec 21 2022 10:23:11 for gem5 by doxygen 1.9.1