UtilsLite
Utilities for C++ programming
Loading...
Searching...
No Matches
Utils::Barrier Class Reference

#include <ThreadUtils.hxx>

Public Member Functions

 Barrier ()
 
void setup (int nthreads)
 
void count_down ()
 
void wait ()
 
void count_down_and_wait ()
 

Constructor & Destructor Documentation

◆ Barrier()

Utils::Barrier::Barrier ( )
inline

Member Function Documentation

◆ count_down()

void Utils::Barrier::count_down ( )
inline

◆ count_down_and_wait()

void Utils::Barrier::count_down_and_wait ( )
inline

◆ setup()

void Utils::Barrier::setup ( int nthreads)
inline

◆ wait()

void Utils::Barrier::wait ( )
inline

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