Allows the PARAGRAPH infrastructure to detect if an PARAGRAPH initialization is currently in progress. Aids in reference counting of cross PARAGRAPH data consumption when in non blocking execution mode. More...
Public Member Functions | |
tg_initializer () | |
Constructor sets initializing flag in PARAGRAPH specific storage on call stack. | |
~tg_initializer () | |
Destructor clears initializing flag in PARAGRAPH specific storage on call stack. | |
void | foo () |
Empty method that was inserted to avoid compiler warnings. More... | |
Static Public Member Functions | |
static bool | is_initializing () |
Static method returns true if an instance of this flag has been constructed (and not destroyed yet), setting the initialization flag. | |
Allows the PARAGRAPH infrastructure to detect if an PARAGRAPH initialization is currently in progress. Aids in reference counting of cross PARAGRAPH data consumption when in non blocking execution mode.
void stapl::tg_initializer::foo | ( | ) |
Empty method that was inserted to avoid compiler warnings.