Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_async_node.cpp99 const int NUMBER_OF_MSGS = 10; variable
145 const int N = NUMBER_OF_MSGS; in test_reset()
450 for (int i = 0; i < NUMBER_OF_MSGS; ++i) { in run()
454 …CHECK_MESSAGE( ( async_body_exec_count == NUMBER_OF_MSGS), "AsyncBody processed wrong number of si… in run()
456 …CHECK_MESSAGE( ( end_body_exec_count == NUMBER_OF_MSGS), "EndBody processed wrong number of signal… in run()
467 const int N = NUMBER_OF_MSGS; in test_copy_ctor()
489 …CHECK_MESSAGE( ( int(async_body_exec_count) == NUMBER_OF_MSGS), "AsyncBody processed wrong number … in test_copy_ctor()
535 const int overall_message_count = nthreads * NUMBER_OF_MSGS; in run()
600 basic_test<Input, Output>::run(NUMBER_OF_MSGS); in run_tests()
602 basic_test<place_wrapper<Input>, place_wrapper<Output> >::run(NUMBER_OF_MSGS); in run_tests()
[all …]