|
SAGA Adaptor CPI v.1.0
|
#include <bulk_strategy_base.hpp>
Public Member Functions | |
| task_blocker_for_bulk (impl::task_container *tc_) | |
| ~task_blocker_for_bulk (void) | |
Public Attributes | |
| saga::impl::task_container * | tc |
Thread safe struct, to block tasks, while they are tried to execute by this strategy implementation.
Definition at line 26 of file bulk_strategy_base.hpp.
| saga::adaptors::task_blocker_for_bulk::task_blocker_for_bulk | ( | impl::task_container * | tc_ | ) |
| saga::adaptors::task_blocker_for_bulk::~task_blocker_for_bulk | ( | void | ) |
| saga::impl::task_container* saga::adaptors::task_blocker_for_bulk::tc |
Definition at line 28 of file bulk_strategy_base.hpp.
Referenced by task_blocker_for_bulk(), and ~task_blocker_for_bulk().