Searched refs:setBAndCancel (Results 1 – 1 of 1) sorted by relevance
257 auto setBAndCancel = [&b]() { in __anon8532fc100902() variable263 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…