Searched refs:mfnode_body (Results 1 – 1 of 1) sorted by relevance
236 struct mfnode_body { struct239 mfnode_body(const int& _max, std::atomic<int> &_my) : max_cnt(_max), my_cnt(&_my) { } in mfnode_body() argument285 mfnode_type mf_node(g, tbb::flow::unlimited, mfnode_body(_max, local_cnt)); in test_multifunction_to_limiter()