Home
last modified time | relevance | path

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

/openthread-2.7.6/examples/platforms/simulation/
Dmisc.c38 extern jmp_buf gResetJump;
57 longjmp(gResetJump, 1); in otPlatReset()
/openthread-2.7.6/examples/apps/ncp/
Dmain.c51 jmp_buf gResetJump; variable
82 if (setjmp(gResetJump)) in main()
/openthread-2.7.6/examples/apps/cli/
Dmain.c54 jmp_buf gResetJump; variable
97 if (setjmp(gResetJump)) in main()
/openthread-2.7.6/src/posix/
Dmain.c137 static jmp_buf gResetJump; variable
332 longjmp(gResetJump, 1); in otPlatReset()
375 if (setjmp(gResetJump)) in main()