Lines Matching refs:msg
99 bool msg = my_lim.try_put( T(i) ); in operator ()() local
100 if ( msg == true ) in operator ()()
118 bool msg = my_lim.try_put( T(local_accept_count) ); in operator ()() local
119 if ( msg == true ) { in operator ()()
198 bool msg = lim.try_put( T(j) ); in test_serial() local
199 CHECK_MESSAGE( (( j < i && msg == true ) || ( j >= i && msg == false )), "" ); in test_serial()
213 bool msg = lim.try_put( T(j) ); in test_serial() local
214 CHECK_MESSAGE( (( j < i && msg == true ) || ( j >= i && msg == false )), "" ); in test_serial()
215 if ( msg == false ) { in test_serial()
217 msg = lim.try_put( T(j) ); in test_serial()
218 CHECK_MESSAGE( msg == true, "" ); in test_serial()