Derived class of edge_local_notifier_base
that holds notifier counters, associated task and metadata for scheduling. Type is erased immediately after construction in task_graph_impl::add_task.
More...
Public Member Functions | |
edge_local_notifier (std::size_t pred_count, bool persistent) | |
void | intrusive_ptr_add_ref_impl (void) const final |
Implementation of pure virtual method defined in abstract base class edge_local_notifier . More... | |
void | intrusive_ptr_release_impl (void) const final |
Implementation of pure virtual method defined in abstract base class edge_local_notifier . More... | |
void | operator() (executor_base &executor) final |
Implementation of pure virtual method defined in abstract base class edge_local_notifier . More... | |
void | set_task_ptr (task_base *t, executor_base &executor) final |
Implementation of pure virtual method defined in abstract base class edge_local_notifier . More... | |
Public Types | |
typedef void | result_type |
Protected Attributes | |
const bool | m_b_persistent |
Denotes whether PARAGRAPH this edge notifier is a part of is persistent. | |
Derived class of edge_local_notifier_base
that holds notifier counters, associated task and metadata for scheduling. Type is erased immediately after construction in task_graph_impl::add_task.
|
finalvirtual |
Implementation of pure virtual method defined in abstract base class edge_local_notifier
.
Increment reference count and check assertions context on which method was called.
Implements stapl::detail::edge_local_notifier_base.
|
finalvirtual |
Implementation of pure virtual method defined in abstract base class edge_local_notifier
.
Decrement reference count and check assertions context on which method was called.
Implements stapl::detail::edge_local_notifier_base.
|
finalvirtual |
Implementation of pure virtual method defined in abstract base class edge_local_notifier
.
Implements stapl::detail::edge_local_notifier_base.
|
finalvirtual |
Implementation of pure virtual method defined in abstract base class edge_local_notifier
.
Implements stapl::detail::edge_local_notifier_base.