Home
last modified time | relevance | path

Searched refs:user_abort (Results 1 – 7 of 7) sorted by relevance

/oneTBB/src/tbb/
H A Dexception.cpp40 const char* user_abort::what() const noexcept(true) { return "User-initiated abort has terminated t… in what()
83 case exception_id::user_abort: DO_THROW( user_abort, () ); break; in throw_exception()
H A Dconcurrent_monitor.h173 throw_exception(exception_id::user_abort); in wait()
/oneTBB/include/oneapi/tbb/detail/
H A D_exception.h32 user_abort, enumerator
57 class TBB_EXPORT user_abort : public std::exception {
/oneTBB/test/tbb/
H A Dtest_tbb_header.cpp166 TestExceptionClassExports( tbb::user_abort(), tbb::detail::exception_id::user_abort ); in TestExceptionClassesExports()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h565 throw_exception(exception_id::user_abort); in internal_push()
610 throw_exception(exception_id::user_abort); in internal_pop()
694 using detail::r1::user_abort;
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def52 ?what@user_abort@r1@detail@tbb@@UEBAPEBDXZ
H A Dwin32-tbb.def52 ?what@user_abort@r1@detail@tbb@@UBEPBDXZ