Searched refs:msg_count (Results 1 – 1 of 1) sorted by relevance
805 std::atomic<unsigned> msg_count(0); in test() local806 continue_node<unsigned> c(g, [&msg_count](continue_msg) { in test()807 return ++msg_count; in test()817 msg_count = 0; in test()