#include <status_monitor.h>
|
static constexpr size_t | max_size = sizeof(uint64_t) * 8 |
|
Definition at line 58 of file status_monitor.h.
uint64_t Aws::DataFlow::MaskFactory::getCollectiveMask |
( |
| ) |
const |
|
inline |
uint64_t Aws::DataFlow::MaskFactory::getNewMask |
( |
| ) |
|
|
inline |
Generate a new mask that is no longer in use by this factor.
- Returns
- mask
Definition at line 66 of file status_monitor.h.
void Aws::DataFlow::MaskFactory::removeMask |
( |
uint64_t |
mask | ) |
|
|
inline |
uint64_t Aws::DataFlow::MaskFactory::collective_mask_ = 0 |
|
private |
constexpr size_t Aws::DataFlow::MaskFactory::max_size = sizeof(uint64_t) * 8 |
|
staticprivate |
The documentation for this class was generated from the following file: