Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 32) sorted by relevance

12

/oneTBB/src/tbb/
H A Dexception.cpp39 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 Dco_context.h157 void handle_perror(int error_code, const char* what);
/oneTBB/include/oneapi/tbb/detail/
H A D_exception.h53 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 Dtest_handle_perror.cpp53 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 Dtest_tagged_msg.cpp185 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 Dtest_eh_thread.cpp115 if (e.what()== nullptr) {
H A Dtest_task_group.cpp400 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 Dtest_global_control.cpp135 const char* msg = e.what(); in TestException()
H A Dtest_tbb_header.cpp146 CHECK_MESSAGE( e.what(), "Missing what() string" ); in TestExceptionClassExports()
/oneTBB/test/common/
H A Dexception_handling.h105 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 Dcontainer_move_support.h106 virtual const char* what() const noexcept override { return "out of Foo limit"; } in what() function
/oneTBB/doc/
H A Dindex.rst9 * :ref:`Get_Started_Guide` gives you a brief explanation of what oneTBB is.
/oneTBB/doc/GSG/
H A Dget_started.rst15 #. Learn what :ref:`oneTBB is<intro>` and see the :ref:`System Requirements<system_requirements>`.
/oneTBB/examples/parallel_reduce/pi/
H A Dmain.cpp97 std::cerr << "error occurred. error text is :\"" << e.what() << "\"\n"; in main()
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def51 ?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 Dwin32-tbb.def51 ?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 Dbroadcast_or_send.rst71 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 DParallelizing_Flow_Graph.rst89 the jelly being spread on the other slice. The interface expresses what
91 choose at runtime what will be executed in parallel.
H A DFlow_Graph_Buffering_in_Nodes.rst17 successor. In this case what happens to the message depends on the type
H A DExceptions_and_Cancellation.rst63 cout << "out_of_range: " << ex.what() << endl;
H A DWorking_on_the_Assembly_Line_pipeline.rst279 no numeral crosses a boundary. When it finds what could be a numeral
/oneTBB/doc/main/intro/
H A Dnotation.rst103 The informal declarations are intended to show you what you need to
/oneTBB/examples/common/utility/
H A Dutility.hpp121 << " (" << 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 DAgglomeration.rst151 #. **C**\ ommunication – figure out what communication is required
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp38 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()

12