Lines Matching refs:CHECK_MESSAGE

55             CHECK_MESSAGE( msg == true, "" );  in operator ()()
83 CHECK_MESSAGE( my_touches[v/N][v%N] == false, "" ); in check()
91 CHECK_MESSAGE( my_touches[p][n] == true, "" ); in validate_touches()
130 CHECK_MESSAGE( my_b.try_put( T (N*tid + j ) ) == true, "" ); in operator ()()
161 CHECK_MESSAGE( b.try_reserve(v) == true, "" ); in test_reservation()
162 CHECK_MESSAGE( b.try_release() == true, "" ); in test_reservation()
165 CHECK_MESSAGE( b.try_reserve(v) == true, "" ); in test_reservation()
166 CHECK_MESSAGE( b.try_consume() == true, "" ); in test_reservation()
171 CHECK_MESSAGE( b.try_get(v) == true, "" ); in test_reservation()
176 CHECK_MESSAGE( b.try_reserve(v) == true, "" ); in test_reservation()
177 CHECK_MESSAGE( b.try_release() == true, "" ); in test_reservation()
180 CHECK_MESSAGE( b.try_reserve(v) == true, "" ); in test_reservation()
181 CHECK_MESSAGE( b.try_consume() == true, "" ); in test_reservation()
183 CHECK_MESSAGE( vsum == T(6), ""); in test_reservation()
218 CHECK_MESSAGE( next_value[tid] == T((N*(N-1))/2), "" ); in test_parallel()
223 CHECK_MESSAGE( b.try_get( j ) == false, "" ); in test_parallel()
224 CHECK_MESSAGE( j == bogus_value, "" ); in test_parallel()
232 CHECK_MESSAGE( t.validate_touches(), "" ); in test_parallel()
235 CHECK_MESSAGE( b.try_get( j ) == false, "" ); in test_parallel()
236 CHECK_MESSAGE( j == bogus_value, "" ); in test_parallel()
243 CHECK_MESSAGE( t.validate_touches(), "" ); in test_parallel()
246 CHECK_MESSAGE( b.try_get( j ) == false, "" ); in test_parallel()
247 CHECK_MESSAGE( j == bogus_value, "" ); in test_parallel()
257 CHECK_MESSAGE( t.validate_touches(), "" ); in test_parallel()
261 CHECK_MESSAGE( b.try_get( j ) == false, "" ); in test_parallel()
263 CHECK_MESSAGE( b2.try_get( j ) == false, "" ); in test_parallel()
265 CHECK_MESSAGE( b3.try_get( j ) == false, "" ); in test_parallel()
266 CHECK_MESSAGE( j == bogus_value, "" ); in test_parallel()
269 CHECK_MESSAGE( b.remove_successor( b2 ), "" ); in test_parallel()
278 CHECK_MESSAGE( b_copy.try_get( j ) == false, "" ); in test_parallel()
281 CHECK_MESSAGE( b.register_successor(b_copy) == true, "" ); in test_parallel()
287 CHECK_MESSAGE( t.validate_touches(), "" ); in test_parallel()
292 CHECK_MESSAGE( b.try_get( j ) == false, "" ); in test_parallel()
294 CHECK_MESSAGE( b_copy.try_get( j ) == false, "" ); in test_parallel()
295 CHECK_MESSAGE( j == bogus_value, "" ); in test_parallel()
327 CHECK_MESSAGE( register_predecessor<T>( b, b2 ) == false, "" ); in test_serial()
328 CHECK_MESSAGE( remove_predecessor<T>( b, b2 ) == false, "" ); in test_serial()
329 CHECK_MESSAGE( b.try_get( j ) == false, "" ); in test_serial()
330 CHECK_MESSAGE( j == bogus_value, "" ); in test_serial()
338 CHECK_MESSAGE( msg == true, "" ); in test_serial()
347 CHECK_MESSAGE( vsum == (N*(N-1))/2, ""); in test_serial()
350 CHECK_MESSAGE( b.try_get( j ) == false, "" ); in test_serial()
351 CHECK_MESSAGE( j == bogus_value, "" ); in test_serial()
358 CHECK_MESSAGE( msg == true, "" ); in test_serial()
366 CHECK_MESSAGE( vsum == (N*(N-1))/2, ""); in test_serial()
369 CHECK_MESSAGE( b.try_get( j ) == false, "" ); in test_serial()
371 CHECK_MESSAGE( b2.try_get( j ) == false, "" ); in test_serial()
372 CHECK_MESSAGE( j == bogus_value, "" ); in test_serial()
375 CHECK_MESSAGE( b.try_put( 1 ) == true, "" ); in test_serial()
377 CHECK_MESSAGE( b2.try_get( j ) == false, "" ); in test_serial()
378 CHECK_MESSAGE( j == bogus_value, "" ); in test_serial()
380 CHECK_MESSAGE( b.try_get( j ) == true, "" ); in test_serial()
381 CHECK_MESSAGE( j == 1, "" ); in test_serial()
390 CHECK_MESSAGE( msg == true, "" ); in test_serial()
398 CHECK_MESSAGE( vsum == (N*(N-1))/2, ""); in test_serial()
401 CHECK_MESSAGE( b.try_get( j ) == false, "" ); in test_serial()
403 CHECK_MESSAGE( b2.try_get( j ) == false, "" ); in test_serial()
405 CHECK_MESSAGE( b3.try_get( j ) == false, "" ); in test_serial()
406 CHECK_MESSAGE( j == bogus_value, "" ); in test_serial()
409 CHECK_MESSAGE( b.try_put( 1 ) == true, "" ); in test_serial()
411 CHECK_MESSAGE( b2.try_get( j ) == false, "" ); in test_serial()
412 CHECK_MESSAGE( j == bogus_value, "" ); in test_serial()
414 CHECK_MESSAGE( b3.try_get( j ) == false, "" ); in test_serial()
415 CHECK_MESSAGE( j == bogus_value, "" ); in test_serial()
417 CHECK_MESSAGE( b.try_get( j ) == true, "" ); in test_serial()
418 CHECK_MESSAGE( j == 1, "" ); in test_serial()