#include <status_monitor.h>
|
static constexpr size_t | max_size = sizeof(uint64_t) * 8 |
|
Definition at line 58 of file status_monitor.h.
◆ getCollectiveMask()
uint64_t Aws::DataFlow::MaskFactory::getCollectiveMask |
( |
| ) |
const |
|
inline |
◆ getNewMask()
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.
◆ removeMask()
void Aws::DataFlow::MaskFactory::removeMask |
( |
uint64_t |
mask | ) |
|
|
inline |
◆ collective_mask_
uint64_t Aws::DataFlow::MaskFactory::collective_mask_ = 0 |
|
private |
◆ max_size
constexpr size_t Aws::DataFlow::MaskFactory::max_size = sizeof(uint64_t) * 8 |
|
staticprivate |
The documentation for this class was generated from the following file: