|
static std::atomic< uint64_t > | nFrozen {0} |
|
static std::condition_variable | cv {} |
|
static std::mutex | m {} |
|
Definition at line 111 of file checkqueue_tests.cpp.
◆ FrozenCleanupCheck()
FrozenCleanupCheck::FrozenCleanupCheck |
( |
| ) |
|
|
inline |
◆ ~FrozenCleanupCheck()
FrozenCleanupCheck::~FrozenCleanupCheck |
( |
| ) |
|
|
inline |
◆ operator()()
bool FrozenCleanupCheck::operator() |
( |
| ) |
const |
|
inline |
◆ swap()
◆ cv
std::condition_variable FrozenCleanupCheck::cv {} |
|
static |
std::mutex FrozenCleanupCheck::m {} |
|
static |
◆ nFrozen
std::atomic< uint64_t > FrozenCleanupCheck::nFrozen {0} |
|
static |
◆ should_freeze
bool FrozenCleanupCheck::should_freeze {false} |
The documentation for this struct was generated from the following file: