Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dgovernor.h64 static bool is_rethrow_broken; variable
141 static bool rethrow_exception_broken() { return is_rethrow_broken; } in rethrow_exception_broken()
H A Dmain.cpp42 bool governor::is_rethrow_broken; member in tbb::detail::r1::governor
H A Dgovernor.cpp72 is_rethrow_broken = gcc_rethrow_exception_broken(); in acquire_resources()