![]() |
|
#include <EventCount.h>
Private Types | |
| enum | State { kNotSignaled , kWaiting , kSignaled } |
Private Attributes | |
| EIGEN_ALIGN_TO_AVOID_FALSE_SHARING std::atomic< uint64_t > | next {kStackMask} |
| EIGEN_MUTEX | mu |
| EIGEN_CONDVAR | cv |
| uint64_t | epoch {0} |
| unsigned | state {kNotSignaled} |
Friends | |
| class | EventCount |
|
private |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |