Searched refs:exception_cleanup (Results 1 – 13 of 13) sorted by relevance
304 static void exception_cleanup(_Unwind_Reason_Code reason, in exception_cleanup() function347 if (e->exception_cleanup) in thread_cleanup()348 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e); in thread_cleanup()799 ex->unwindHeader.exception_cleanup = exception_cleanup; in __cxa_throw()816 ex->unwindHeader.exception_cleanup = dependent_exception_cleanup; in __cxa_rethrow_primary_exception()1311 if (e->exception_cleanup)1312 e->exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, e);
80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
61 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member
82 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
66 header->unwindHeader.exception_cleanup = __gxx_exception_cleanup; in __cxa_throw()
269 /* A convenience function that calls the exception_cleanup field. */274 if (exc->exception_cleanup)275 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc);
91 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
23666 exception_cleanup.
108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
170 curthread->ex.exception_cleanup = thread_unwind_cleanup; in thread_unwind()
91 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member
745 if (exc->exception_cleanup) in _Unwind_DeleteException()746 (*exc->exception_cleanup) (_URC_FOREIGN_EXCEPTION_CAUGHT, exc); in _Unwind_DeleteException()
43 void (*exception_cleanup)(_Unwind_Reason_Code reason, member