Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dexception.cpp41 const char* missing_wait::what() const noexcept(true) { return "wait() was not called on the struct… in what()
87 case exception_id::missing_wait: DO_THROW(missing_wait, ()); break; in throw_exception()
/oneTBB/include/oneapi/tbb/detail/
H A D_exception.h36 missing_wait, enumerator
63 class TBB_EXPORT missing_wait : public std::exception {
/oneTBB/test/tbb/
H A Dtest_tbb_header.cpp162 TestExceptionClassExports( tbb::missing_wait(), tbb::detail::exception_id::missing_wait ); in TestExceptionClassesExports()
H A Dtest_task_group.cpp599 catch ( const tbb::missing_wait& e ) { in TestMissingWait()
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h575 throw_exception(exception_id::missing_wait); in noexcept()
735 using detail::r1::missing_wait;
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def53 ?what@missing_wait@r1@detail@tbb@@UEBAPEBDXZ
H A Dwin32-tbb.def53 ?what@missing_wait@r1@detail@tbb@@UBEPBDXZ