Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_collaborative_call_once.cpp257 auto setBAndCancel = [&b]() { in __anon8532fc100902() variable
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);
279 …REQUIRE_NOTHROW(tbb::collaborative_call_once(flag, setBAndCancel)); // Flag still set, so it shoul…