#include <EventCount.h>
|
std::condition_variable | cv |
|
uint64_t | epoch |
|
EIGEN_ALIGN_TO_BOUNDARY(128) std std::mutex | mu |
|
unsigned | state |
|
Definition at line 170 of file EventCount.h.
Enumerator |
---|
kNotSignaled |
|
kWaiting |
|
kSignaled |
|
Definition at line 178 of file EventCount.h.
std::condition_variable Eigen::EventCount::Waiter::cv |
|
private |
uint64_t Eigen::EventCount::Waiter::epoch |
|
private |
EIGEN_ALIGN_TO_BOUNDARY (128) std std::mutex Eigen::EventCount::Waiter::mu |
|
private |
unsigned Eigen::EventCount::Waiter::state |
|
private |
The documentation for this class was generated from the following file: