Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_flow_graph_priorities.cpp805 std::atomic<unsigned> msg_count(0); in test() local
806 continue_node<unsigned> c(g, [&msg_count](continue_msg) { in test()
807 return ++msg_count; in test()
817 msg_count = 0; in test()