Searched refs:async_body_exec_count (Results 1 – 1 of 1) sorted by relevance
101 std::atomic<int> async_body_exec_count; variable118 ++async_body_exec_count; in operator ()()146 async_body_exec_count = 0; in test_reset()425 ++async_body_exec_count; in run()443 async_body_exec_count = 0; 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()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()[all …]