Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_collaborative_call_once.cpp73 class call_once_exception : public std::exception {}; class
259 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()