Searched refs:foreign_exception_state (Results 1 – 1 of 1) sorted by relevance
186 } foreign_exception_state; member344 if (info->foreign_exception_state != __cxa_thread_info::none) in thread_cleanup()851 if (ti->foreign_exception_state != __cxa_thread_info::none) in __cxa_rethrow()853 ti->foreign_exception_state = __cxa_thread_info::rethrown; in __cxa_rethrow()1258 ti->foreign_exception_state = __cxa_thread_info::none;1272 ti->foreign_exception_state = __cxa_thread_info::caught;1295 if (ti->foreign_exception_state != __cxa_thread_info::none)1297 if (ti->foreign_exception_state != __cxa_thread_info::rethrown)1304 ti->foreign_exception_state = __cxa_thread_info::none;