Re: setjmp/longjmp in RTEMS C API

2017-12-28 Thread Joel Sherrill
Setjmp and longjmp are part of the C Library and should be available on all architectures supported by RTEMS --joel On Dec 28, 2017 5:09 AM, "Vicent Brocal" wrote: > Hi all, > > Does anyone know if the RTEMS C API provide some functionality similar to > the setjmp/longjmp functions of the POSIX

setjmp/longjmp in RTEMS C API

2017-12-28 Thread Vicent Brocal
Hi all, Does anyone know if the RTEMS C API provide some functionality similar to the setjmp/longjmp functions of the POSIX API? I did a quick search trough the official RTEMS C API doc, but at first glance I did not find anything like that. We are trying to implementing something as the C++ try/