Lines Matching refs:thrown

256         bool thrown = false;  in test_packaged_task_reset()  local
260 thrown = true; in test_packaged_task_reset()
262 BOOST_CHECK( thrown); in test_packaged_task_reset()
304 bool thrown = false; in test_packaged_task_reset_move() local
308 thrown = true; in test_packaged_task_reset_move()
310 BOOST_CHECK( thrown); in test_packaged_task_reset_move()
332 bool thrown = false; in test_packaged_task_reset_void() local
336 thrown = true; in test_packaged_task_reset_void()
338 BOOST_CHECK( thrown); in test_packaged_task_reset_void()
351 bool thrown = false; in test_packaged_task_get_future() local
355 thrown = true; in test_packaged_task_get_future()
357 BOOST_CHECK( thrown); in test_packaged_task_get_future()
365 thrown = false; in test_packaged_task_get_future()
369 thrown = true; in test_packaged_task_get_future()
371 BOOST_CHECK( thrown); in test_packaged_task_get_future()
383 bool thrown = false; in test_packaged_task_get_future_move() local
387 thrown = true; in test_packaged_task_get_future_move()
389 BOOST_CHECK( thrown); in test_packaged_task_get_future_move()
397 thrown = false; in test_packaged_task_get_future_move()
401 thrown = true; in test_packaged_task_get_future_move()
403 BOOST_CHECK( thrown); in test_packaged_task_get_future_move()
415 bool thrown = false; in test_packaged_task_get_future_void() local
419 thrown = true; in test_packaged_task_get_future_void()
421 BOOST_CHECK( thrown); in test_packaged_task_get_future_void()
429 thrown = false; in test_packaged_task_get_future_void()
433 thrown = true; in test_packaged_task_get_future_void()
435 BOOST_CHECK( thrown); in test_packaged_task_get_future_void()
450 bool thrown = false; in test_packaged_task_exec() local
454 thrown = true; in test_packaged_task_exec()
456 BOOST_CHECK( thrown); in test_packaged_task_exec()
471 bool thrown = false; in test_packaged_task_exec_move() local
475 thrown = true; in test_packaged_task_exec_move()
477 BOOST_CHECK( thrown); in test_packaged_task_exec_move()
492 bool thrown = false; in test_packaged_task_exec_param() local
496 thrown = true; in test_packaged_task_exec_param()
498 BOOST_CHECK( thrown); in test_packaged_task_exec_param()
516 bool thrown = false; in test_packaged_task_exec_ref() local
520 thrown = true; in test_packaged_task_exec_ref()
522 BOOST_CHECK( thrown); in test_packaged_task_exec_ref()
539 bool thrown = false; in test_packaged_task_exec_void() local
543 thrown = true; in test_packaged_task_exec_void()
545 BOOST_CHECK( thrown); in test_packaged_task_exec_void()
557 bool thrown = false; in test_packaged_task_exception() local
561 thrown = true; in test_packaged_task_exception()
563 BOOST_CHECK( thrown); in test_packaged_task_exception()
573 thrown = false; in test_packaged_task_exception()
577 { thrown = true; } in test_packaged_task_exception()
578 BOOST_CHECK( thrown); in test_packaged_task_exception()
590 bool thrown = false; in test_packaged_task_exception_move() local
594 thrown = true; in test_packaged_task_exception_move()
596 BOOST_CHECK( thrown); in test_packaged_task_exception_move()
606 thrown = false; in test_packaged_task_exception_move()
610 { thrown = true; } in test_packaged_task_exception_move()
611 BOOST_CHECK( thrown); in test_packaged_task_exception_move()
623 bool thrown = false; in test_packaged_task_exception_void() local
627 thrown = true; in test_packaged_task_exception_void()
629 BOOST_CHECK( thrown); in test_packaged_task_exception_void()
639 thrown = false; in test_packaged_task_exception_void()
643 thrown = true; in test_packaged_task_exception_void()
645 BOOST_CHECK( thrown); in test_packaged_task_exception_void()