Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node.cpp30 static std::atomic<int> output_count; variable
43 ++output_count; in operator ()()
85 output_count = 0; in test()
93 CHECK_MESSAGE( (output_count==Recirc_count), "not all instances were received"); in test()