Searched refs:remove_successor (Results 1 – 12 of 12) sorted by relevance
16 - Avoid using remove_successor and remove_predecessor
250 void remove_successor( successor_type& r ) { in remove_successor() function307 void remove_successor( successor_type& r ) { in remove_successor() function
152 my_successors.remove_successor(*(current->my_succ));183 bool remove_successor( successor_type &r) override {
716 bool remove_successor( successor_type &r ) override {717 successors().remove_successor( r );
1087 my_successors.remove_successor(*(current->my_succ));1166 bool remove_successor( successor_type &r) override {
219 virtual bool remove_successor( successor_type &r ) = 0;234 bool remove_successor(sender<C>& s, receiver<C>& r) { in remove_successor() function235 return s.remove_successor(r); in remove_successor()596 bool remove_successor( successor_type &r ) override { in __TBB_requires()598 my_successors.remove_successor(r); in __TBB_requires()1118 my_successors.remove_successor( r ); in remove_successor()1277 my_successors.remove_successor(*(op->r)); in internal_rem_succ()2053 my_successors.remove_successor(r); in remove_successor()2661 remove_successor( p, s ); in internal_remove_edge()2994 bool remove_successor(successor_type&) override { in __TBB_requires()[all …]
214 CHECK_MESSAGE( remove_successor(q, q2) == true, "" ); in test_parallel()
42 bool remove_successor( successor_type& ) override { return false; } in remove_successor() function
269 CHECK_MESSAGE( b.remove_successor( b2 ), "" ); in test_parallel()
324 CHECK_MESSAGE( remove_successor( q, q2 ), "" ); in test_parallel()
84 bool remove_successor( successor_type & ) override { return false; } in remove_successor() function
390 bool remove_successor( successor_type &r ) override {