Searched refs:xJumpBuf (Results 1 – 4 of 4) sorted by relevance
99 static jmp_buf xJumpBuf; variable131 if( setjmp( xJumpBuf ) != 0 ) in xPortStartScheduler()186 longjmp( xJumpBuf, 1 ); in vPortEndScheduler()
97 static jmp_buf xJumpBuf; variable129 if( setjmp( xJumpBuf ) != 0 ) in xPortStartScheduler()184 longjmp( xJumpBuf, 1 ); in vPortEndScheduler()
115 static jmp_buf xJumpBuf; variable160 if( setjmp( xJumpBuf ) != 0 ) in xPortStartScheduler()243 longjmp( xJumpBuf, 1 ); in vPortEndScheduler()
103 static jmp_buf xJumpBuf; variable150 if( setjmp( xJumpBuf ) != 0 ) in xPortStartScheduler()230 longjmp( xJumpBuf, 1 ); in vPortEndScheduler()