Searched refs:gResetJump (Results 1 – 4 of 4) sorted by relevance
38 extern jmp_buf gResetJump;57 longjmp(gResetJump, 1); in otPlatReset()
51 jmp_buf gResetJump; variable82 if (setjmp(gResetJump)) in main()
54 jmp_buf gResetJump; variable97 if (setjmp(gResetJump)) in main()
137 static jmp_buf gResetJump; variable332 longjmp(gResetJump, 1); in otPlatReset()375 if (setjmp(gResetJump)) in main()