HomeSort by: relevance | last modified time | path
    Searched refs:exception_cleanup (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/include/
ehabi.h 79 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member in struct:_Unwind_Control_Block
  /src/sys/lib/libunwind/
unwind.h 44 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *); member in struct:_Unwind_Exception
libunwind.cxx 250 if (exc->exception_cleanup != NULL)
251 (*exc->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT, exc);

Completed in 14 milliseconds