#include <Barrier.h>
Definition at line 18 of file Barrier.h.
◆ Barrier()
Eigen::Barrier::Barrier |
( |
unsigned int |
count | ) |
|
|
inline |
◆ ~Barrier()
Eigen::Barrier::~Barrier |
( |
| ) |
|
|
inline |
◆ Notify()
void Eigen::Barrier::Notify |
( |
| ) |
|
|
inline |
◆ Wait()
void Eigen::Barrier::Wait |
( |
| ) |
|
|
inline |
◆ cv_
std::condition_variable Eigen::Barrier::cv_ |
|
private |
◆ mu_
std::mutex Eigen::Barrier::mu_ |
|
private |
◆ notified_
bool Eigen::Barrier::notified_ |
|
private |
◆ state_
std::atomic<unsigned int> Eigen::Barrier::state_ |
|
private |
The documentation for this class was generated from the following file: