Home
last modified time | relevance | path

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

/openthread-3.4.0/src/lib/platform/
Dreset_util.h55 jmp_buf gResetJump; variable
58 if (setjmp(gResetJump)) \
/openthread-3.4.0/examples/platforms/simulation/
Dmisc.c38 extern jmp_buf gResetJump;
57 longjmp(gResetJump, 1); in otPlatReset()
/openthread-3.4.0/src/posix/
Dmain.c328 longjmp(gResetJump, 1); in otPlatReset()