Home
last modified time | relevance | path

Searched refs:CATCH_JMPBUF (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/
HDcatch_assert.h40 #ifndef CATCH_JMPBUF
41 #define CATCH_JMPBUF waypoint_ macro
44 static jmp_buf CATCH_JMPBUF; variable
50 longjmp( CATCH_JMPBUF, signal ); in catchHandler_()
62 if( setjmp( CATCH_JMPBUF ) == 0 ) \