Lines Matching refs:msg
65 bool msg = my_q.try_put( T(j) ); in operator ()() local
66 CHECK_MESSAGE( msg == true, "" ); in operator ()()
173 bool msg = my_s1.try_put( T(i) ); in operator ()() local
174 CHECK_MESSAGE( msg == true, "" ); in operator ()()
284 bool msg = s.try_put( T(i) ); in test_serial() local
285 CHECK_MESSAGE( msg == true, "" ); in test_serial()
306 bool msg = s2.try_put( T(i) ); in test_serial() local
307 CHECK_MESSAGE( msg == true, "" ); in test_serial()
331 bool msg = s3.try_put( T(i) ); in test_serial() local
332 CHECK_MESSAGE( msg == true, "" ); in test_serial()
367 bool msg = s6.try_put( T(i) ); in test_serial() local
368 CHECK_MESSAGE( msg == true, "" ); in test_serial()