| /oneTBB/src/tbb/ |
| H A D | exception.cpp | 39 const char* bad_last_alloc::what() const noexcept(true) { return "bad allocation in previous or con… in what() function in tbb::detail::r1::bad_last_alloc 40 const char* user_abort::what() const noexcept(true) { return "User-initiated abort has terminated t… in what() function in tbb::detail::r1::user_abort 41 const char* missing_wait::what() const noexcept(true) { return "wait() was not called on the struct… in what() function in tbb::detail::r1::missing_wait 104 void handle_perror( int error_code, const char* what ) { in handle_perror() argument 107 std::strncat(buf, what, BUF_SIZE); in handle_perror()
|
| H A D | co_context.h | 157 void handle_perror(int error_code, const char* what);
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _exception.h | 53 const char* __TBB_EXPORTED_METHOD what() const noexcept(true) override; 59 const char* __TBB_EXPORTED_METHOD what() const noexcept(true) override; 65 const char* __TBB_EXPORTED_METHOD what() const noexcept(true) override;
|
| /oneTBB/test/tbb/ |
| H A D | test_handle_perror.cpp | 53 REQUIRE(std::memcmp(e.what(), "apple: ", 7) == 0); 54 … REQUIRE_MESSAGE(std::strlen(std::strstr(e.what(), std::strerror(EAGAIN))), "Bad error message");
|
| H A D | test_tagged_msg.cpp | 185 INFO("attempt to cast to invalid type caught " << re.what() << "\n"); in RunTests() 229 …CHECK_MESSAGE( (0 == strcmp(bc.what(), "Illegal tagged_msg cast")), "Incorrect std:runtime_error"); in RunTests() 240 …CHECK_MESSAGE( (0 == strcmp(bc.what(), "Illegal tagged_msg cast")), "Incorrect std:runtime_error"); in RunTests() 251 …CHECK_MESSAGE( (0 == strcmp(bc.what(), "Illegal tagged_msg cast")), "Incorrect std:runtime_error"); in RunTests()
|
| H A D | test_eh_thread.cpp | 115 if (e.what()== nullptr) {
|
| H A D | test_task_group.cpp | 400 const char* what() const throw() override { return m_strDescription; } in what() function in test_exception 467 CHECK_MESSAGE( e.what(), "Empty what() string" ); in LaunchChildrenWithFunctor() 468 CHECK_MESSAGE( strcmp(e.what(), EXCEPTION_DESCR1) == 0, "Unknown exception" ); in LaunchChildrenWithFunctor() 539 CHECK_MESSAGE( e.what(), "Empty what() string" ); in TestExceptionHandling2() 540 CHECK_MESSAGE( strcmp(e.what(), EXCEPTION_DESCR2) == 0, "Unknown exception" ); in TestExceptionHandling2() 600 CHECK_MESSAGE( e.what(), "Error message is absent" ); in TestMissingWait()
|
| H A D | test_global_control.cpp | 135 const char* msg = e.what(); in TestException()
|
| H A D | test_tbb_header.cpp | 146 CHECK_MESSAGE( e.what(), "Missing what() string" ); in TestExceptionClassExports()
|
| /oneTBB/test/common/ |
| H A D | exception_handling.h | 105 const char* what() const throw() override { return my_description; } in what() function 181 REQUIRE_MESSAGE(e.what(), "Empty what() string" ); \ 183 … REQUIRE_MESSAGE((strcmp(e.what(), EXCEPTION_DESCR) == 0), "Unexpected original exception info"); \
|
| H A D | container_move_support.h | 106 virtual const char* what() const noexcept override { return "out of Foo limit"; } in what() function
|
| /oneTBB/doc/ |
| H A D | index.rst | 9 * :ref:`Get_Started_Guide` gives you a brief explanation of what oneTBB is.
|
| /oneTBB/doc/GSG/ |
| H A D | get_started.rst | 15 #. Learn what :ref:`oneTBB is<intro>` and see the :ref:`System Requirements<system_requirements>`.
|
| /oneTBB/examples/parallel_reduce/pi/ |
| H A D | main.cpp | 97 std::cerr << "error occurred. error text is :\"" << e.what() << "\"\n"; in main()
|
| /oneTBB/src/tbb/def/ |
| H A D | win64-tbb.def | 51 ?what@bad_last_alloc@r1@detail@tbb@@UEBAPEBDXZ 52 ?what@user_abort@r1@detail@tbb@@UEBAPEBDXZ 53 ?what@missing_wait@r1@detail@tbb@@UEBAPEBDXZ
|
| H A D | win32-tbb.def | 51 ?what@bad_last_alloc@r1@detail@tbb@@UBEPBDXZ 52 ?what@user_abort@r1@detail@tbb@@UBEPBDXZ 53 ?what@missing_wait@r1@detail@tbb@@UBEPBDXZ
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | broadcast_or_send.rst | 71 Let's consider the alternative behavior; that is; what if the 90 But what if you really do want both f1 and f2 to receive all of the
|
| H A D | Parallelizing_Flow_Graph.rst | 89 the jelly being spread on the other slice. The interface expresses what 91 choose at runtime what will be executed in parallel.
|
| H A D | Flow_Graph_Buffering_in_Nodes.rst | 17 successor. In this case what happens to the message depends on the type
|
| H A D | Exceptions_and_Cancellation.rst | 63 cout << "out_of_range: " << ex.what() << endl;
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 279 no numeral crosses a boundary. When it finds what could be a numeral
|
| /oneTBB/doc/main/intro/ |
| H A D | notation.rst | 103 The informal declarations are intended to show you what you need to
|
| /oneTBB/examples/common/utility/ |
| H A D | utility.hpp | 121 << " (" << e.what() << ")"; in parse_and_store() 561 << "error text: " << e.what() << "\n" in parse_cli_arguments()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Agglomeration.rst | 151 #. **C**\ ommunication – figure out what communication is required
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_hash_map.cpp | 38 virtual const char *what() const throw() override { return "out of items limit"; } in what() function in MyException 535 INFO("Exception "<< m << " : " << e.what() << "- ok ()"); in TestExceptions() 731 void DoConcurrentOperations( TableType& table, int n, const char* what, std::size_t nthread ) { in DoConcurrentOperations() argument 732 INFO("testing " << what << " with " << nthread << " threads"); in DoConcurrentOperations()
|