|  | 
| static std::atomic< uint64_t > | nFrozen {0} | 
|  | 
| static std::condition_variable | cv {} | 
|  | 
| static std::mutex | m {} | 
|  | 
Definition at line 106 of file checkqueue_tests.cpp.
 
◆ FrozenCleanupCheck() [1/2]
  
  | 
        
          | FrozenCleanupCheck::FrozenCleanupCheck | ( |  | ) |  |  | default | 
 
 
◆ ~FrozenCleanupCheck()
  
  | 
        
          | FrozenCleanupCheck::~FrozenCleanupCheck | ( |  | ) |  |  | inline | 
 
 
◆ FrozenCleanupCheck() [2/2]
◆ operator()()
  
  | 
        
          | std::optional< int > FrozenCleanupCheck::operator() | ( |  | ) | const |  | inline | 
 
 
◆ operator=()
◆ 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 {true} | 
      
 
 
The documentation for this struct was generated from the following file: