Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_collaborative_call_once.cpp107 bool exception_happened{false}; variable
114 exception_happened = true;
117 …REQUIRE_MESSAGE(exception_happened == true, "Exception hasn't been received from the winner thread…