Searched refs:unsafe_wait (Results 1 – 5 of 5) sorted by relevance
40 unsafe_wait, enumerator69 class TBB_EXPORT unsafe_wait : public std::runtime_error {71 unsafe_wait(const char* msg) : std::runtime_error(msg) {} in unsafe_wait() function
91 case exception_id::unsafe_wait: DO_THROW(unsafe_wait, ("Unsafe to wait further")); break; in throw_exception()
312 throw_exception(exception_id::unsafe_wait); in finalize()
195 using detail::r1::unsafe_wait;
134 catch ( const tbb::unsafe_wait& e) { in TestException()