Lines Matching refs:m1
34 function_node< int, int > m1( h, unlimited, []( int j ) -> int {
35 cout << "m1: " << j << "\n";
50 make_edge( m1, m2 );
51 make_edge( m1, m3 );
54 m1.try_put(i);
76 function_node< int, int > m1( h, unlimited, []( int j ) -> int {
77 cout << "m1: " << j << "\n";
92 make_edge( m1, m2 );
93 make_edge( m1, m3 );
114 m1.try_put(i);
130 would be valid in the body of ``b`` above to call ``m1.try_put(i)`` and then