Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node.cpp97 std::vector<bool> out_tally(maxTag, false); in test() local
100 CHECK_MESSAGE( (!out_tally.at(j-1)), "duplicate tag from queue"); in test()
101 out_tally[j-1] = true; in test()