Lines Matching refs:async_body_exec_count
101 std::atomic<int> async_body_exec_count; variable
118 ++async_body_exec_count; in operator ()()
146 async_body_exec_count = 0; in test_reset()
173 …CHECK_MESSAGE( ( int(async_body_exec_count) == int(b1.my_async_body_exec_count)), "body and global… in test_reset()
174 CHECK_MESSAGE( ( int(async_body_exec_count) == 1), "global body execution count not 1" ); in test_reset()
193 CHECK_MESSAGE( int(async_body_exec_count) == int(b2.my_async_body_exec_count), in test_reset()
195 INFO( "async_body_exec_count==" << int(async_body_exec_count) << "\n" ); in test_reset()
196 CHECK_MESSAGE( ( int(async_body_exec_count) == N+1), "global body execution count not N+1" ); in test_reset()
214 … CHECK_MESSAGE( ( int(async_body_exec_count) == 2*N+1), "global body execution count not 2N+1" ); in test_reset()
233 … CHECK_MESSAGE( ( int(async_body_exec_count) == 3*N+1), "global body execution count not 3N+1" ); in test_reset()
252 … CHECK_MESSAGE( ( int(async_body_exec_count) == 4*N+1), "global body execution count not 4N+1" ); in test_reset()
272 … CHECK_MESSAGE( ( int(async_body_exec_count) == 5*N+1), "global body execution count not 5N+1" ); in test_reset()
425 ++async_body_exec_count; in run()
443 async_body_exec_count = 0; in run()
454 …CHECK_MESSAGE( ( async_body_exec_count == NUMBER_OF_MSGS), "AsyncBody processed wrong number of si… in run()
457 INFO( "async_body_exec_count == " << int(async_body_exec_count) << in run()
468 async_body_exec_count = 0; in test_copy_ctor()
487 INFO("async_body_exec_count = " << int(async_body_exec_count) << "\n" ); in test_copy_ctor()
489 …CHECK_MESSAGE( ( int(async_body_exec_count) == NUMBER_OF_MSGS), "AsyncBody processed wrong number … in test_copy_ctor()
498 INFO("async_body_exec_count = " << int(async_body_exec_count) << "\n" ); in test_copy_ctor()
500 …CHECK_MESSAGE( ( int(async_body_exec_count) == 2*NUMBER_OF_MSGS), "AsyncBody processed wrong numbe… in test_copy_ctor()
545 ++async_body_exec_count; in run()
558 async_body_exec_count = 0; in run()
570 CHECK_MESSAGE( (async_body_exec_count == overall_message_count), in run()
579 INFO("async_body_exec_count == " << int(async_body_exec_count) << in run()