savctx 88 threadinfo.h ucontext_t savctx; // context saved on suspend savctx 326 threadlist.cpp JASSERT(getcontext(&ckptThread->savctx) == 0) (JASSERT_ERRNO); savctx 540 threadlist.cpp JASSERT(getcontext(&curThread->savctx) == 0); savctx 734 threadlist.cpp setcontext(&thread->savctx); /* Shouldn't return */