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