Searched refs:my_async_body_exec_count (Results 1 – 1 of 1) sorted by relevance
133 int my_async_body_exec_count; member136 : base_type(tgc), my_async_body_exec_count( 0 ) { } in counting_async_serial_body()139 ++my_async_body_exec_count; in operator ()()173 …CHECK_MESSAGE( ( int(async_body_exec_count) == int(b1.my_async_body_exec_count)), "body and global… in test_reset()193 CHECK_MESSAGE( int(async_body_exec_count) == int(b2.my_async_body_exec_count), in test_reset()215 CHECK_MESSAGE( ( int(b3.my_async_body_exec_count) == N), "local body execution count not N" ); in test_reset()234 … CHECK_MESSAGE( ( int(b4.my_async_body_exec_count) == 2*N), "local body execution count not 2N" ); in test_reset()253 … CHECK_MESSAGE( ( int(b5.my_async_body_exec_count) == 3*N), "local body execution count not 3N" ); in test_reset()273 CHECK_MESSAGE( ( int(b6.my_async_body_exec_count) == N), "local body execution count not N" ); in test_reset()