#include <Barrier.hpp>
|
static BarrierPtr | create (unsigned int expected_processes) |
| Constructs a new barrier. More...
|
|
◆ Barrier() [1/2]
simgrid::s4u::Barrier::Barrier |
( |
unsigned int |
count | ) |
|
|
explicit |
◆ ~Barrier()
simgrid::s4u::Barrier::~Barrier |
( |
| ) |
|
|
default |
◆ Barrier() [2/2]
simgrid::s4u::Barrier::Barrier |
( |
Barrier const & |
| ) |
|
|
delete |
◆ operator=()
◆ create()
static BarrierPtr simgrid::s4u::Barrier::create |
( |
unsigned int |
expected_processes | ) |
|
|
static |
Constructs a new barrier.
◆ wait()
int simgrid::s4u::Barrier::wait |
( |
| ) |
|
◆ intrusive_ptr_add_ref
void intrusive_ptr_add_ref |
( |
Barrier * |
barrier | ) |
|
|
friend |
◆ intrusive_ptr_release
void intrusive_ptr_release |
( |
Barrier * |
barrier | ) |
|
|
friend |
The documentation for this class was generated from the following file: