Searched refs:foreign_exception_state (Results 1 – 1 of 1) sorted by relevance
189 } foreign_exception_state; member424 if (info->foreign_exception_state != __cxa_thread_info::none) in thread_cleanup()900 if (ti->foreign_exception_state != __cxa_thread_info::none) in __cxa_rethrow()902 ti->foreign_exception_state = __cxa_thread_info::rethrown; in __cxa_rethrow()1307 ti->foreign_exception_state = __cxa_thread_info::none;1321 ti->foreign_exception_state = __cxa_thread_info::caught;1344 if (ti->foreign_exception_state != __cxa_thread_info::none)1346 if (ti->foreign_exception_state != __cxa_thread_info::rethrown)1353 ti->foreign_exception_state = __cxa_thread_info::none;