Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dexception.cpp139 bool gcc_rethrow_exception_broken() { in gcc_rethrow_exception_broken() function
160 bool gcc_rethrow_exception_broken() { return false; } in gcc_rethrow_exception_broken() function
H A Dscheduler_common.h590 bool gcc_rethrow_exception_broken();
H A Dgovernor.cpp72 is_rethrow_broken = gcc_rethrow_exception_broken(); in acquire_resources()