Home
last modified time | relevance | path

Searched refs:throwing_msgs (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp804 std::vector<unsigned> throwing_msgs; in test() local
809 function_node<unsigned> f(g, unlimited, [&throwing_msgs](unsigned v) { in test()
810 for( auto i : throwing_msgs ) { in test()
819 throwing_msgs.push_back(std::rand() % num_messages); in test()