Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_limiter_node.cpp231 std::atomic<size_t> emit_count; variable
253 ++emit_count; in operator ()()
279 emit_count = 0; in test_multifunction_to_limiter()
295 CHECK_MESSAGE( (emit_count == receive_count), "counts do not match"); in test_multifunction_to_limiter()
300 emit_count = 0; in test_multifunction_to_limiter()
307 CHECK_MESSAGE( (emit_count == receive_count), "counts do not match"); in test_multifunction_to_limiter()