Searched refs:call_once_exception (Results 1 – 1 of 1) sorted by relevance
73 class call_once_exception : public std::exception {}; class259 throw call_once_exception{}; in __anon8532fc100902()263 REQUIRE_THROWS_AS(tbb::collaborative_call_once(flag, setBAndCancel), call_once_exception);267 REQUIRE_THROWS_AS(tbb::collaborative_call_once(flag, setBAndCancel), call_once_exception);304 throw call_once_exception{}; in __anon8532fc100a02()315 } catch (const call_once_exception&) { in __anon8532fc100b02()